]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/cursor.h
Reduce ambiguity of selection functions in wxPropertyGridManager, make them better...
[wxWidgets.git] / include / wx / gtk1 / cursor.h
index 2612a6c8d2f46e42d4c61f0abb39ea253f90f4ad..361f3e997edad5557e2e826c53989be61fd3d200 100644 (file)
@@ -25,7 +25,7 @@ class WXDLLIMPEXP_CORE wxCursor : public wxGDIObject
 {
 public:
     wxCursor();
-    wxCursor( int cursorId );
+    wxCursor( wxStockCursor cursorId );
 #if wxUSE_IMAGE
     wxCursor( const wxImage & image );
 #endif