]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/window.h
virtual functionsignature corrected
[wxWidgets.git] / include / wx / msw / window.h
index e198301331e7e58e42d1c18eedc709e58686f3a8..1d4ce59b19973474e95a8828f81885d49fdd9b52 100644 (file)
@@ -197,7 +197,7 @@ public:
     WXFARPROC MSWGetOldWndProc() const { return m_oldWndProc; }
     void MSWSetOldWndProc(WXFARPROC proc) { m_oldWndProc = proc; }
 
-    wxWindow *FindItem(int id) const;
+    wxWindow *FindItem(long id) const;
     wxWindow *FindItemByHWND(WXHWND hWnd, bool controlOnly = FALSE) const;
 
     // Make a Windows extended style from the given wxWindows window style