]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/scrolwin.h
compilation fix for Unicode mode after huge file patch: Watcom is the only compiler...
[wxWidgets.git] / include / wx / generic / scrolwin.h
index faf66d635aad490cc9a6d952408a03e4b88245e1..fc55e3177b63e5b1f3b5e31ceb101449b6300a49 100644 (file)
@@ -45,7 +45,7 @@ class WXDLLEXPORT wxGenericScrolledWindow : public wxPanel,
 public:
     wxGenericScrolledWindow() : wxScrollHelper(this) { }
     wxGenericScrolledWindow(wxWindow *parent,
-                     wxWindowID winid = -1,
+                     wxWindowID winid = wxID_ANY,
                      const wxPoint& pos = wxDefaultPosition,
                      const wxSize& size = wxDefaultSize,
                      long style = wxScrolledWindowStyle,
@@ -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: