correct wxString forward declaration

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39243 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett
2006-05-20 05:44:22 +00:00
parent 6a423d6544
commit 813b6b3f88
2 changed files with 2 additions and 2 deletions

View File

@@ -79,7 +79,7 @@
class WXDLLEXPORT wxFont;
class WXDLLEXPORT wxWindow;
class WXDLLEXPORT wxString;
class WXDLLIMPEXP_BASE wxString;
class WXDLLEXPORT wxBitmap;
// ---------------------------------------------------------------------------