]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mgl/settings.cpp
Add default constructor to wxGraphicsGradientStop.
[wxWidgets.git] / src / mgl / settings.cpp
index 9b2d8621b4fe464776941be42980d6fec9568c58..3f3b87166020af58b5f53aec727e977faede0a6a 100644 (file)
@@ -109,7 +109,7 @@ bool wxSystemSettingsNative::HasFeature(wxSystemFeature index)
             return false;
 
         default:
-            wxFAIL_MSG( _T("unknown feature") );
+            wxFAIL_MSG( wxT("unknown feature") );
     }
 
     return false;