X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/339cfab649b54f6f3c8f5637ede885cf11f85501..9869c26285dc51d13607cddaa04f65ce983653a5:/include/wx/os2/gdiimage.h diff --git a/include/wx/os2/gdiimage.h b/include/wx/os2/gdiimage.h index 7d96b89e9f..45814eb0ec 100644 --- a/include/wx/os2/gdiimage.h +++ b/include/wx/os2/gdiimage.h @@ -5,7 +5,6 @@ // Author: David Webster (adapted from msw version by Vadim Zeitlin) // Modified by: // Created: 20.11.99 -// RCS-ID: $Id$ // Copyright: (c) 1999 David Webster // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// @@ -54,7 +53,7 @@ public: { m_nWidth = nW; m_nHeight = nH; } // free the ressources we allocated - virtual void Free() { }; + virtual void Free() { } // for compatibility, the member fields are public @@ -241,7 +240,7 @@ protected: virtual wxGDIRefData * CloneGDIRefData(const wxGDIRefData *WXUNUSED(data)) const { - wxFAIL_MSG( _T("must be implemented if used") ); + wxFAIL_MSG( wxT("must be implemented if used") ); return NULL; }