]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dfb/cursor.h
removed spaces; added WXDLLEXPORTs; make overlay classes non copiable
[wxWidgets.git] / include / wx / dfb / cursor.h
index 298cbe0eb0395554218ef74c92ef22f82a4a7e11..7ebd2e81d768925edb6a78b3ac63756688369de3 100644 (file)
@@ -32,7 +32,8 @@ public:
              long flags = wxBITMAP_TYPE_CUR_RESOURCE,
              int hotSpotX = 0, int hotSpotY = 0);
 
-    bool Ok() const;
+    bool Ok() const { return IsOk(); }
+    bool IsOk() const;
     bool operator==(const wxCursor& cursor) const;
     bool operator!=(const wxCursor& cursor) const { return !(*this == cursor); }