]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/x11/cursor.h
removed spaces; added WXDLLEXPORTs; make overlay classes non copiable
[wxWidgets.git] / include / wx / x11 / cursor.h
index bdb7b8ca7b1ff41f4d6dcdf12227b29e29b3ca14..1fe2ff2955a5efe1ecb328a9716f8a0bf087ca32 100644 (file)
@@ -37,7 +37,8 @@ public:
     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