From: Robert Roebling Date: Mon, 26 May 2008 07:33:59 +0000 (+0000) Subject: Minor correction X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/7adc2e2ea1b3ed83df230e9fb87ae3d544b90495?ds=inline Minor correction git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53748 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/interface/slider.h b/interface/slider.h index 1faadc7fa3..5d20acb9fc 100644 --- a/interface/slider.h +++ b/interface/slider.h @@ -50,7 +50,11 @@ class wxSlider : public wxControl { public: - //@{ + /** + Default constructor + */ + wxSlider(); + /** Constructor, creating and showing a slider. @@ -76,7 +80,6 @@ public: @see Create(), wxValidator */ - wxSlider(); wxSlider(wxWindow* parent, wxWindowID id, int value, int minValue, int maxValue, const wxPoint& point = wxDefaultPosition, @@ -84,7 +87,6 @@ public: long style = wxSL_HORIZONTAL, const wxValidator& validator = wxDefaultValidator, const wxString& name = "slider"); - //@} /** Destructor, destroying the slider.