From: Vadim Zeitlin Date: Mon, 5 Nov 2007 13:27:58 +0000 (+0000) Subject: forward declare wxArrayString (compilation fix for non-PCH build) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/b4782e576d1159ae3acd49f4cc62f4ddd1684c61 forward declare wxArrayString (compilation fix for non-PCH build) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49640 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/textentry.h b/include/wx/textentry.h index 6643ceed52..0aa350ef9d 100644 --- a/include/wx/textentry.h +++ b/include/wx/textentry.h @@ -15,6 +15,8 @@ // and should probably be replaced with int anyhow) typedef long wxTextPos; +class WXDLLIMPEXP_FWD_BASE wxArrayString; + // ---------------------------------------------------------------------------- // wxTextEntryBase // ----------------------------------------------------------------------------