X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2035ad112e108f09d42ec27f8567e5a5be798c79..a81a4db388b094214e29ed1cbf519ea40c84128a:/include/wx/msw/window.h diff --git a/include/wx/msw/window.h b/include/wx/msw/window.h index 46795c86e4..e65781c7a4 100644 --- a/include/wx/msw/window.h +++ b/include/wx/msw/window.h @@ -201,7 +201,7 @@ public: wxWindow *FindItemByHWND(WXHWND hWnd, bool controlOnly = false) const; // MSW only: true if this control is part of the main control - virtual bool ContainsHWND(WXHWND WXUNUSED(hWnd)) const { return false; }; + virtual bool ContainsHWND(WXHWND WXUNUSED(hWnd)) const { return false; } #if wxUSE_TOOLTIPS // MSW only: true if this window or any of its children have a tooltip