]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/cursor.h
added wxSizerFlags::GetDefaultBorder()
[wxWidgets.git] / include / wx / gtk1 / cursor.h
index 71e36b2a53f76c0582623fcaaddaa36a214b009e..30969ed9efde8138355f4faef4eee1c3c66fc8f9 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