X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2035ad112e108f09d42ec27f8567e5a5be798c79..df18cc7aa1afdbe74d4b8e398d12ef34d1e78b5c:/include/wx/msw/window.h?ds=sidebyside 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