]> git.mxchange.org Git - simgear.git/blobdiff - simgear/debug/logstream.cxx
Harald JOHNSEN:
[simgear.git] / simgear / debug / logstream.cxx
index deca69939aa6c0bbcce7e22b3dc4be06cd298d96..c47d4c8b35a2d050d50ebdf94f1c972deb81b26c 100644 (file)
@@ -23,6 +23,8 @@
 
 #include "logstream.hxx"
 
+logstream *global_logstream = NULL;
+
 bool            logbuf::logging_enabled = true;
 sgDebugClass    logbuf::logClass        = SG_NONE;
 sgDebugPriority logbuf::logPriority     = SG_INFO;