X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..8b713759b615fc1530d1f476f37d6d213e7934a5:/src/palmos/cursor.cpp diff --git a/src/palmos/cursor.cpp b/src/palmos/cursor.cpp index 51368d9ab3..de3a5ef231 100644 --- a/src/palmos/cursor.cpp +++ b/src/palmos/cursor.cpp @@ -24,12 +24,13 @@ #pragma hdrstop #endif +#include "wx/cursor.h" + #ifndef WX_PRECOMP #include "wx/utils.h" #include "wx/app.h" #include "wx/bitmap.h" #include "wx/icon.h" - #include "wx/cursor.h" #include "wx/settings.h" #include "wx/intl.h" #endif @@ -110,7 +111,7 @@ wxCursor::~wxCursor() bool wxCursor::operator==(const wxCursor& cursor) const { - return FALSE; + return false; } wxGDIImageRefData *wxCursor::CreateData() const @@ -130,5 +131,3 @@ const wxCursor *wxGetGlobalCursor() void wxSetCursor(const wxCursor& cursor) { } - -