X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/888dde65f43d5f57e8fb2028b27191cca1741403..66c2bf7b1d9326fb650acfaae22ec50528cfbf7c:/include/wx/dcscreen.h diff --git a/include/wx/dcscreen.h b/include/wx/dcscreen.h index 763ccb830b..391e91aacf 100644 --- a/include/wx/dcscreen.h +++ b/include/wx/dcscreen.h @@ -5,7 +5,6 @@ // Modified by: // Created: // Copyright: (c) Julian Smart -// RCS-ID: $Id$ // Licence: wxWindows Licence ///////////////////////////////////////////////////////////////////////////// @@ -24,7 +23,7 @@ public: { return true; } static bool StartDrawingOnTop(wxRect * WXUNUSED(rect) = NULL) { return true; } - static bool EndDrawingOnTop() + static bool EndDrawingOnTop() { return true; } private: