universal build fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39225 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett 2006-05-19 05:17:59 +00:00
parent d00e5eb5d4
commit 38009079fb

View File

@ -4135,7 +4135,7 @@ static inline bool IsScrollIncrement(double increment, double x)
return fabs(increment - fabs(x)) < tolerance;
}
wxEventType wxWindow::GetScrollEventType(GtkRange* range)
wxEventType wxWindowGTK::GetScrollEventType(GtkRange* range)
{
DEBUG_MAIN_THREAD