compilation fix for compilers not using PCH

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29364 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2004-09-25 23:25:44 +00:00
parent 020fb2eef9
commit dcb139ff26

View File

@ -31,6 +31,7 @@
class WXDLLEXPORT wxFontData; class WXDLLEXPORT wxFontData;
class WXDLLEXPORT wxFontBase; class WXDLLEXPORT wxFontBase;
class WXDLLEXPORT wxFont; class WXDLLEXPORT wxFont;
class WXDLLEXPORT wxSize;
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
// font constants // font constants