]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mgl/cursor.h
Fixes for semicolons, commas and wxSTRING_MAXLEN from Wlodek Szafran.
[wxWidgets.git] / include / wx / mgl / cursor.h
index c3146e569d878dcfa96e80ad9855b346cb731665..9cbc07a306bbbacd8ab40927f8fb8f61f9bc8c52 100644 (file)
@@ -32,10 +32,11 @@ public:
     wxCursor(const wxString& name,
              long flags = wxBITMAP_TYPE_CUR_RESOURCE,
              int hotSpotX = 0, int hotSpotY = 0);
-    ~wxCursor();
+    virtual ~wxCursor();
     bool operator == (const wxCursor& cursor) const;
     bool operator != (const wxCursor& cursor) const;
-    bool Ok() const;
+    bool Ok() const { return IsOk(); }
+    bool IsOk() const;
 
     // implementation
     MGLCursor *GetMGLCursor() const;