]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/slider95.h
added support for double arguments to wxCmdLineParser (patch 1907289)
[wxWidgets.git] / include / wx / msw / slider95.h
index 5702f1824a32f8fe915a8e85eb79085e8d04168d..7d50a97762510e0f77563f5208f7c05f5f09b698 100644 (file)
@@ -116,11 +116,8 @@ protected:
     virtual void DoMoveWindow(int x, int y, int width, int height);
     virtual wxSize DoGetBestSize() const;
 
-    virtual wxBorder GetDefaultBorder() const { return wxBORDER_NONE; }
-
-
     // the labels windows, if any
-    wxSubwindows *m_labels;
+    wxSubwindows  *m_labels;
 
     int           m_rangeMin;
     int           m_rangeMax;