Minor correction
authorRobert Roebling <robert@roebling.de>
Mon, 26 May 2008 07:33:59 +0000 (07:33 +0000)
committerRobert Roebling <robert@roebling.de>
Mon, 26 May 2008 07:33:59 +0000 (07:33 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53748 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/slider.h

index 1faadc7fa3b05b7053128e5ffa3802695092700e..5d20acb9fc373b31ab1b79fa746b75df22cc5638 100644 (file)
 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.