X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/655719367ac5e131d9642e5783f3ecf64d1a3385..e0107cbd45da66d23ad970424e645ff73d37126f:/src/generic/vscroll.cpp diff --git a/src/generic/vscroll.cpp b/src/generic/vscroll.cpp index ad0951f3a7..30b888bb2e 100644 --- a/src/generic/vscroll.cpp +++ b/src/generic/vscroll.cpp @@ -407,7 +407,7 @@ void wxVScrolledWindow::OnScroll(wxScrollWinEvent& event) { lineFirstNew = event.GetPosition(); } - + else // unknown scroll event? { wxFAIL_MSG( _T("unknown scroll event type?") );