]> git.saurik.com Git - wxWidgets.git/commitdiff
move forward declarations unneeded in wx/log.h to wx/generic/logg.h
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 22 Mar 2009 15:40:53 +0000 (15:40 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 22 Mar 2009 15:40:53 +0000 (15:40 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59731 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/generic/logg.h
include/wx/log.h

index 83038d08b12a78edbf1be248b41ecd8de83e0eca..627de9420772f31626d2324ed801bcc7c068af17 100644 (file)
 
 #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
index 006620413f55bc0be952571df61716d5a0099148..e7d2b6cabce5b38610c8ea8381d0d877188cb2ee 100644 (file)
@@ -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
 
 // ----------------------------------------------------------------------------