From: Stefan Neis Date: Sun, 25 Aug 2002 18:24:18 +0000 (+0000) Subject: protected to restrictive for compiling with EMX. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/650291520681b5b5e3c2509838dd9f1f0392c84c protected to restrictive for compiling with EMX. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16780 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/os2/palette.h b/include/wx/os2/palette.h index bdb45a57e0..78d794277b 100644 --- a/include/wx/os2/palette.h +++ b/include/wx/os2/palette.h @@ -22,7 +22,7 @@ class WXDLLEXPORT wxPaletteRefData: public wxGDIRefData public: wxPaletteRefData(); ~wxPaletteRefData(); -protected: +// protected: WXHPALETTE m_hPalette; HPS m_hPS; }; // end of CLASS wxPaletteRefData