]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/slider.cpp
updated source to not use deprecated wxList methods
[wxWidgets.git] / src / mac / carbon / slider.cpp
index aa4e68609a744ecf0c9fed507c912309db24dc41..c60b1a5d816e7deb0de4ce1c4e857ca4bd2f3c81 100644 (file)
@@ -418,7 +418,7 @@ void wxSlider::MacHandleControlClick( WXWidget control , wxInt16 controlpart )
        }
 }
 
- void wxSlider::DoMoveWindow(int x, int y, int width, int height)
- {
+void wxSlider::DoMoveWindow(int x, int y, int width, int height)
+{
     wxControl::DoMoveWindow(x,y,width,height) ;
-}
\ No newline at end of file
+}