]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/cursor.cpp
Must define a symbol to test its value
[wxWidgets.git] / src / gtk / cursor.cpp
index f051a5332c060f354639b6b250ed8d2143a1fe4f..26b1bc06295b99b71bf985de13018df7fdb8633a 100644 (file)
@@ -16,6 +16,7 @@
     #include "wx/app.h"
     #include "wx/utils.h"
     #include "wx/image.h"
+    #include "wx/colour.h"
 #endif // WX_PRECOMP
 
 #include "wx/gtk/private.h" //for idle stuff
@@ -319,7 +320,7 @@ bool wxCursor::operator != ( const wxCursor& cursor ) const
     return m_refData != cursor.m_refData;
 }
 
-bool wxCursor::Ok() const
+bool wxCursor::IsOk() const
 {
     return (m_refData != NULL);
 }