X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/13f0cfee4dd8ef8838a5fc841a7fc86fdc7c901a..6cf5edea273b08316390683a17851a2437103da4:/include/wx/msw/toplevel.h diff --git a/include/wx/msw/toplevel.h b/include/wx/msw/toplevel.h index 1af76489f9..b464c227b7 100644 --- a/include/wx/msw/toplevel.h +++ b/include/wx/msw/toplevel.h @@ -64,6 +64,7 @@ public: virtual bool Show(bool show = true); + virtual void ShowWithoutActivating(); virtual bool ShowFullScreen(bool show, long style = wxFULLSCREEN_ALL); virtual bool IsFullScreen() const { return m_fsIsShowing; } @@ -206,7 +207,7 @@ private: #endif DECLARE_EVENT_TABLE() - DECLARE_NO_COPY_CLASS(wxTopLevelWindowMSW) + wxDECLARE_NO_COPY_CLASS(wxTopLevelWindowMSW); }; #endif // _WX_MSW_TOPLEVEL_H_