projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Cast to void* before casting to Node** to make the compiler do no strict-aliasing...
[wxWidgets.git]
/
include
/
wx
/
os2
/
gauge.h
diff --git
a/include/wx/os2/gauge.h
b/include/wx/os2/gauge.h
index 1b308d2c434e3045e23751cc09e32a1281b3bc10..9b8f2dca23347300afeb271d78a24129bab03aaa 100644
(file)
--- a/
include/wx/os2/gauge.h
+++ b/
include/wx/os2/gauge.h
@@
-68,6
+68,10
@@
public:
protected:
int m_nRangeMax;
int m_nGaugePos;
+ int m_nWidth;
+ int m_nHeight;
+
+ wxSize wxGauge::DoGetBestSize(void) const;
private:
DECLARE_DYNAMIC_CLASS(wxGauge)