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:
parent
d00e5eb5d4
commit
38009079fb
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user