]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/gdiimage.h
fix GCC warning about not explicitly initializing base class
[wxWidgets.git] / include / wx / palmos / gdiimage.h
index db0d112c376f5cb46e004ed9f333075c9dc73b2c..43edb57a0c55d7f102be90a61634538f1e6dac63 100644 (file)
@@ -180,7 +180,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;
     }