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
This commit is contained in:
Vadim Zeitlin
2007-11-05 13:27:58 +00:00
parent 66ddd8d2f2
commit b4782e576d

View File

@@ -15,6 +15,8 @@
// and should probably be replaced with int anyhow) // and should probably be replaced with int anyhow)
typedef long wxTextPos; typedef long wxTextPos;
class WXDLLIMPEXP_FWD_BASE wxArrayString;
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
// wxTextEntryBase // wxTextEntryBase
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------