X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8f884a0dccd6b642f35c441ac9bfc87a6d5b4d35..7bd30a12ade503fd135c686ecc98a6f6d5fecbeb:/include/wx/palette.h diff --git a/include/wx/palette.h b/include/wx/palette.h index 491838d3cd..ba94985c3a 100644 --- a/include/wx/palette.h +++ b/include/wx/palette.h @@ -20,12 +20,12 @@ #include "wx/gdiobj.h" // wxPaletteBase -class WXDLLEXPORT wxPaletteBase: public wxGDIObject +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__) @@ -39,7 +39,7 @@ public: #elif defined(__WXMGL__) #include "wx/mgl/palette.h" #elif defined(__WXMAC__) - #include "wx/mac/palette.h" + #include "wx/osx/palette.h" #elif defined(__WXPM__) #include "wx/os2/palette.h" #endif