X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8d99be5f5381dad56492da02c2df1c3ec0750926..7a903311aa9d7bfce5255f7478d11dbea9b440b3:/include/wx/msw/window.h diff --git a/include/wx/msw/window.h b/include/wx/msw/window.h index e198301331..1d4ce59b19 100644 --- a/include/wx/msw/window.h +++ b/include/wx/msw/window.h @@ -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