]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/cursor.h
add IsOk() to all classes having Ok() method (patch 1570985)
[wxWidgets.git] / include / wx / motif / cursor.h
index ed65bb52d961d3c7a52805388f4f0e591e9c2e46..11366cc4dfadfae6779084018e68229974623df2 100644 (file)
@@ -39,7 +39,8 @@ public:
     wxCursor(wxStockCursor id);
     virtual ~wxCursor();
 
-    virtual bool Ok() const;
+    virtual bool Ok() const { return IsOk(); }
+    virtual bool IsOk() const;
 
     bool operator == (const wxCursor& cursor) const
         { return m_refData == cursor.m_refData; }