]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/scrolwin.cpp
Various changes to make pop up menus work
[wxWidgets.git] / src / gtk1 / scrolwin.cpp
index 1ed216acf6b85255d4a7b4e659bff35c28b9f0c7..143c07f78d7e7393280315af6f9f5aad72ff3fe6 100644 (file)
@@ -690,7 +690,7 @@ int wxScrolledWindow::CalcScrollInc(wxScrollWinEvent& event)
     return nScrollInc;
 }
 
-void wxScrolledWindow::SetScrollPos( int orient, int pos, bool WXUNUSED(refresh) )
+void wxScrolledWindow::SetScrollPos( int orient, int pos, bool refresh )
 {
     wxCHECK_RET( m_widget != NULL, wxT("invalid window") );