From fda7f3a1248b40f7fe3c0010dea758ebf6225e6c Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 20 Sep 2002 12:57:31 +0000 Subject: [PATCH] compilation fix: missing forward decl for wxTextCtrl git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@17297 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/html/helpfrm.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/wx/html/helpfrm.h b/include/wx/html/helpfrm.h index 11a5e82961..3e0e6e9264 100644 --- a/include/wx/html/helpfrm.h +++ b/include/wx/html/helpfrm.h @@ -33,7 +33,9 @@ #include "wx/stattext.h" #include "wx/html/htmlwin.h" #include "wx/html/htmprint.h" + class WXDLLEXPORT wxButton; +class WXDLLEXPORT wxTextCtrl; // style flags for the Help Frame