]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/cursor.h
moving rounded rect and ellipse to path class
[wxWidgets.git] / include / wx / gtk / cursor.h
index ef1a25272676ab0d6622a5a85eff42ff48e6448e..f4e0f4b71cd475c6da79ec447f4fbbc80eac9ace 100644 (file)
@@ -34,7 +34,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