started separating GUI parts of wxLog from the rest
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3730 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -241,6 +241,10 @@ protected:
|
||||
};
|
||||
#endif
|
||||
|
||||
// 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
|
||||
// src/generic/logg.cpp *and not src/common/log.cpp unlike all the rest)
|
||||
|
||||
#ifndef wxUSE_NOGUI
|
||||
|
||||
// log everything to a text window (GUI only of course)
|
||||
|
Reference in New Issue
Block a user