]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/scrolwin.cpp
compilation fix for DJGPP
[wxWidgets.git] / src / gtk / scrolwin.cpp
index 2f5bd81523d99139d1cae5766bf0054a8a765808..1ed216acf6b85255d4a7b4e659bff35c28b9f0c7 100644 (file)
@@ -379,7 +379,7 @@ void wxScrolledWindow::AdjustScrollbars()
 // target window handling
 // ----------------------------------------------------------------------------
 
-void wxScrolledWindow::SetTargetWindow( wxWindow *target )
+void wxScrolledWindow::SetTargetWindow( wxWindow *target, bool WXUNUSED(pushEventHandler) )
 {
     wxASSERT_MSG( target, wxT("target window must not be NULL") );
     m_targetWindow = target;