From b895ab50e2804f1d281799254d7840d57592bdef Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 22 Mar 2009 15:40:53 +0000 Subject: [PATCH] move forward declarations unneeded in wx/log.h to wx/generic/logg.h git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59731 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/generic/logg.h | 4 ++++ include/wx/log.h | 3 --- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/include/wx/generic/logg.h b/include/wx/generic/logg.h index 83038d08b1..627de94207 100644 --- a/include/wx/generic/logg.h +++ b/include/wx/generic/logg.h @@ -14,6 +14,10 @@ #if wxUSE_GUI +class WXDLLIMPEXP_FWD_CORE wxTextCtrl; +class WXDLLIMPEXP_FWD_CORE wxLogFrame; +class WXDLLIMPEXP_FWD_CORE wxWindow; + // ---------------------------------------------------------------------------- // the following log targets are only compiled in if the we're compiling the // GUI part (andnot just the base one) of the library, they're implemented in diff --git a/include/wx/log.h b/include/wx/log.h index 006620413f..e7d2b6cabc 100644 --- a/include/wx/log.h +++ b/include/wx/log.h @@ -73,9 +73,6 @@ typedef unsigned long wxLogLevel; #if wxUSE_GUI class WXDLLIMPEXP_FWD_CORE wxFrame; - class WXDLLIMPEXP_FWD_CORE wxTextCtrl; - class WXDLLIMPEXP_FWD_CORE wxLogFrame; - class WXDLLIMPEXP_FWD_CORE wxWindow; #endif // wxUSE_GUI // ---------------------------------------------------------------------------- -- 2.47.2