projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fixing exports
[wxWidgets.git]
/
include
/
wx
/
univ
/
statbmp.h
diff --git
a/include/wx/univ/statbmp.h
b/include/wx/univ/statbmp.h
index cf4eb7164c100eafd0617a1af7246525cb061469..a51a0f75a1d8a4c7ea4b9db992f7b55dc1ec708f 100644
(file)
--- a/
include/wx/univ/statbmp.h
+++ b/
include/wx/univ/statbmp.h
@@
-60,10
+60,11
@@
public:
wxIcon GetIcon() const;
virtual bool HasTransparentBackground() { return true; }
-
-pr
ivate
:
+
+pr
otected
:
virtual void DoDraw(wxControlRenderer *renderer);
+private:
// the bitmap which we show
wxBitmap m_bitmap;