]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/cursor.h
undo the last change as it results in buildbot configuration error
[wxWidgets.git] / interface / wx / cursor.h
index 2a7392fe16ec7115509f9eaf3686d8cba1f1eaae..b4c398cdbd0c670714b074806417a97a7966a217 100644 (file)
@@ -80,7 +80,7 @@
 
     @see wxBitmap, wxIcon, wxWindow::SetCursor(), wxSetCursor(), ::wxStockCursor
 */
-class wxCursor : public wxBitmap
+class wxCursor : public wxGDIObject
 {
 public:
     /**
@@ -206,7 +206,7 @@ public:
     /**
         Returns @true if cursor data is present.
     */
-    bool IsOk() const;
+    virtual bool IsOk() const;
 
     /**
         Assignment operator, using @ref overview_refcount "reference counting".