]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/scroll/scroll.cpp
compilation warning fixed
[wxWidgets.git] / samples / scroll / scroll.cpp
index e1eb70cf08571941a5183eee87b6c0770307b6e8..368a73182584e5d2b4571dec81f1c0ffb1b4bfa5 100644 (file)
@@ -301,7 +301,7 @@ void MyCanvas::OnScrollWin( wxCommandEvent &WXUNUSED(event) )
 {
     wxLogMessage( "Scrolling 2 units up.\nThe white square and the controls should move equally!" );
     int x,y;
-    ViewStart( &x, &y );
+    GetViewStart( &x, &y );
     Scroll( -1, y+2 );
 }