]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palette.h
Add OSX prefix, and be clear that this is OS X only API to avoid any expectation...
[wxWidgets.git] / include / wx / palette.h
index 02edb405b556319248d17aad9ed143827444b5aa..ba94985c3aad0ddc3cceafa9280adbc09fa6a4c2 100644 (file)
@@ -25,7 +25,7 @@ class WXDLLIMPEXP_CORE wxPaletteBase: public wxGDIObject
 public:
     virtual ~wxPaletteBase() { }
 
-    virtual int GetColoursCount() const { wxFAIL_MSG( _T("not implemented") ); return 0; }
+    virtual int GetColoursCount() const { wxFAIL_MSG( wxT("not implemented") ); return 0; }
 };
 
 #if defined(__WXPALMOS__)