From 4325471812089aeb70e04e63c499f5430f1abdc2 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 11 Apr 2007 13:36:08 +0000 Subject: [PATCH] forward declare wxDC (fixes wxMotif compilation) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45401 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/stc/ScintillaWX.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/stc/ScintillaWX.h b/src/stc/ScintillaWX.h index 105343f240..d791fa25e4 100644 --- a/src/stc/ScintillaWX.h +++ b/src/stc/ScintillaWX.h @@ -66,6 +66,7 @@ #define WXDLLIMPEXP_STC #endif +class WXDLLIMPEXP_CORE wxDC; class WXDLLIMPEXP_STC wxStyledTextCtrl; // forward class ScintillaWX; -- 2.45.2