]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/scrolwin.h
MSVC 5 fix.
[wxWidgets.git] / include / wx / generic / scrolwin.h
index faf66d635aad490cc9a6d952408a03e4b88245e1..4d0d0e33073dbcda2f08232ba1682f54708eface 100644 (file)
@@ -79,7 +79,7 @@ protected:
     // we need to return a special WM_GETDLGCODE value to process just the
     // arrows but let the other navigation characters through
 #ifdef __WXMSW__
-    virtual long MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam);
+    virtual WXLRESULT MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam);
 #endif // __WXMSW__
 
 private: