]> git.saurik.com Git - wxWidgets.git/commitdiff
split log.h into GUI and base parts
authorVáclav Slavík <vslavik@fastmail.fm>
Wed, 25 Jun 2003 16:34:19 +0000 (16:34 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Wed, 25 Jun 2003 16:34:19 +0000 (16:34 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21394 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/generic/logg.cpp

index fb942ab149bbbf6e5b347a953ace12835c16b9bf..18356d6b23ad87ef5c90e13e8073cb46bf0378a9 100644 (file)
@@ -18,7 +18,9 @@
 // headers
 // ----------------------------------------------------------------------------
 
-// no #pragma implementation "log.h" because it's already in src/common/log.cpp
+#ifdef __GNUG__
+    #pragma implementation "logg.h"
+#endif
 
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"