projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Applied patch [ 1445031 ] wxString passed as ellipsis argument in richtexthtml.cpp
[wxWidgets.git]
/
include
/
wx
/
msw
/
gauge95.h
diff --git
a/include/wx/msw/gauge95.h
b/include/wx/msw/gauge95.h
index 79ae164e665b0ac09fe8cddd1fe96a0af9dbac90..26e7c18e35028376f3715f1b1163b518ca80e3f3 100644
(file)
--- a/
include/wx/msw/gauge95.h
+++ b/
include/wx/msw/gauge95.h
@@
-51,8
+51,9
@@
public:
virtual bool SetForegroundColour(const wxColour& col);
virtual bool SetBackgroundColour(const wxColour& col);
-protected:
virtual WXDWORD MSWGetStyle(long style, WXDWORD *exstyle) const;
+
+protected:
virtual wxSize DoGetBestSize() const;