forward declare wxDC (fixes wxMotif compilation)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45401 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2007-04-11 13:36:08 +00:00
parent 5a10553d6f
commit 4325471812

View File

@ -66,6 +66,7 @@
#define WXDLLIMPEXP_STC
#endif
class WXDLLIMPEXP_CORE wxDC;
class WXDLLIMPEXP_STC wxStyledTextCtrl; // forward
class ScintillaWX;