projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28ff8c8
)
protected to restrictive for compiling with EMX.
author
Stefan Neis
<Stefan.Neis@t-online.de>
Sun, 25 Aug 2002 18:24:18 +0000
(18:24 +0000)
committer
Stefan Neis
<Stefan.Neis@t-online.de>
Sun, 25 Aug 2002 18:24:18 +0000
(18:24 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16780
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
include/wx/os2/palette.h
patch
|
blob
|
blame
|
history
diff --git
a/include/wx/os2/palette.h
b/include/wx/os2/palette.h
index bdb45a57e02cb56af3585808b707a41ba322c9f1..78d794277b19ae41e0ee0feb7a4e6f6970ba2f86 100644
(file)
--- 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