slider link fix 2.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4724 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling 1999-11-28 17:17:24 +00:00
parent 1e1fafb918
commit 5ef9f90366
2 changed files with 2 additions and 4 deletions

View File

@ -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,7 +52,6 @@ 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,

View File

@ -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,7 +52,6 @@ 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,