From: Vadim Zeitlin Date: Mon, 12 Nov 2007 00:23:15 +0000 (+0000) Subject: compilation fix for some build configurations (forward declare wxMenuItem) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/60dd3c0916772e3e64fde7c83d359daae02b40a6?ds=inline compilation fix for some build configurations (forward declare wxMenuItem) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49840 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/frame.h b/include/wx/frame.h index 2889bbecae..7294b98ff6 100644 --- a/include/wx/frame.h +++ b/include/wx/frame.h @@ -24,6 +24,7 @@ extern WXDLLEXPORT_DATA(const wxChar) wxToolBarNameStr[]; class WXDLLIMPEXP_FWD_CORE wxFrame; class WXDLLIMPEXP_FWD_CORE wxMenuBar; +class WXDLLIMPEXP_FWD_CORE wxMenuItem; class WXDLLIMPEXP_FWD_CORE wxStatusBar; class WXDLLIMPEXP_FWD_CORE wxToolBar;