]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/gdiimage.h
activating DrawRectangle optimization
[wxWidgets.git] / include / wx / os2 / gdiimage.h
index 7d96b89e9f1f51a31b1fb81ce4142ba95a056fae..aff5c708c19147b7813212b5a96aa14d30f24c85 100644 (file)
@@ -54,7 +54,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 +241,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;
     }