projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Updated testconf, fixed mistake in install.
[wxWidgets.git]
/
include
/
wx
/
msw
/
gauge95.h
diff --git
a/include/wx/msw/gauge95.h
b/include/wx/msw/gauge95.h
index ca96b5f0103b15136f73804a664ef0517a1b0afb..11e77bc685ed38c994afed7716ecd0685abbd619 100644
(file)
--- a/
include/wx/msw/gauge95.h
+++ b/
include/wx/msw/gauge95.h
@@
-18,7
+18,7
@@
#include "wx/control.h"
#include "wx/control.h"
-WXDLLEXPORT_DATA(extern const
c
har*) wxGaugeNameStr;
+WXDLLEXPORT_DATA(extern const
wxC
har*) wxGaugeNameStr;
// Group box
class WXDLLEXPORT wxGauge95 : public wxControl
// Group box
class WXDLLEXPORT wxGauge95 : public wxControl
@@
-70,10
+70,6
@@
public:
protected:
int m_rangeMax;
int m_gaugePos;
protected:
int m_rangeMax;
int m_gaugePos;
-
- virtual void DoSetSize(int x, int y,
- int width, int height,
- int sizeFlags = wxSIZE_AUTO);
};
#endif
};
#endif