]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/cursor.h
Removed wxPropertyGridManager::GetChildrentCount() member functions - now use page...
[wxWidgets.git] / include / wx / os2 / cursor.h
index f91cb7dd0425322f81a2f76b0996b20300144410..02956942e2da851f3b2fa26b45cd14f94f37bb3a 100644 (file)
@@ -46,7 +46,7 @@ public:
              ,int             nHotSpotX = 0
              ,int             nHotSpotY = 0
             );
-    wxCursor(int nCursorType);
+    wxCursor(wxStockCursor nCursorType);
     inline ~wxCursor() { }
 
     inline WXHCURSOR GetHCURSOR(void) const { return (M_CURSORDATA ? M_CURSORDATA->m_hCursor : 0); }