Tinderbox build fix.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42739 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2006-10-30 18:08:21 +00:00
parent 39bc12ff4b
commit 061fe33fda

View File

@@ -24,6 +24,7 @@
#endif
#ifndef WX_PRECOMP
#include "wx/window.h"
#endif
#include "wx/univ/scrtimer.h"
@@ -298,4 +299,3 @@ bool wxScrollArrows::HandleMouse(const wxMouseEvent& event) const
return true;
}