X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77ffb5937e89927b621128789401db8921fe580f..2d17efa94e68c37fb415cf530daa558692ab7c2d:/src/msw/cursor.cpp diff --git a/src/msw/cursor.cpp b/src/msw/cursor.cpp index c18fe15a4e..f546bd06b3 100644 --- a/src/msw/cursor.cpp +++ b/src/msw/cursor.cpp @@ -6,7 +6,7 @@ // Created: 01/02/97 // RCS-ID: $Id$ // Copyright: (c) 1997-2003 Julian Smart and Vadim Zeitlin -// Licence: wxWidgets licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// // ============================================================================ @@ -102,7 +102,7 @@ public: { gs_globalCursor = new wxCursor; - return TRUE; + return true; } virtual void OnExit()