compilation fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4711 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
0e0d88570a
commit
aa9a4ae1a5
@ -41,7 +41,7 @@ extern const char *wxSliderNameStr;
|
||||
class wxSlider: public wxControl
|
||||
{
|
||||
public:
|
||||
wxSlider() {}
|
||||
wxSlider();
|
||||
inline wxSlider( wxWindow *parent, wxWindowID id,
|
||||
int value, int minValue, int maxValue,
|
||||
const wxPoint& pos = wxDefaultPosition,
|
||||
@ -52,6 +52,7 @@ public:
|
||||
{
|
||||
Create( parent, id, value, minValue, maxValue, pos, size, style, validator, name );
|
||||
}
|
||||
~wxSlider();
|
||||
bool Create(wxWindow *parent, wxWindowID id,
|
||||
int value, int minValue, int maxValue,
|
||||
const wxPoint& pos = wxDefaultPosition,
|
||||
|
@ -41,7 +41,7 @@ extern const char *wxSliderNameStr;
|
||||
class wxSlider: public wxControl
|
||||
{
|
||||
public:
|
||||
wxSlider() {}
|
||||
wxSlider();
|
||||
inline wxSlider( wxWindow *parent, wxWindowID id,
|
||||
int value, int minValue, int maxValue,
|
||||
const wxPoint& pos = wxDefaultPosition,
|
||||
@ -52,6 +52,7 @@ public:
|
||||
{
|
||||
Create( parent, id, value, minValue, maxValue, pos, size, style, validator, name );
|
||||
}
|
||||
~wxSlider();
|
||||
bool Create(wxWindow *parent, wxWindowID id,
|
||||
int value, int minValue, int maxValue,
|
||||
const wxPoint& pos = wxDefaultPosition,
|
||||
|
Loading…
Reference in New Issue
Block a user