]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/logger.hxx
Interim windows build fix
[flightgear.git] / src / Main / logger.hxx
index 184af4425110a5d7697d3b88224240aae38558c0..3d2146a83ec9fa7e00182da6babfcf465255c58b 100644 (file)
@@ -6,20 +6,10 @@
 #ifndef __LOGGER_HXX
 #define __LOGGER_HXX 1
 
-#ifndef __cplusplus
-# error This library requires C++
-#endif
-
-#ifdef HAVE_CONFIG_H
-#  include <config.h>
-#endif
-
 #include <iosfwd>
 #include <vector>
 
 #include <simgear/compiler.h>
-#include <simgear/debug/logstream.hxx>
-#include <simgear/structure/exception.hxx>
 #include <simgear/structure/subsystem_mgr.hxx>
 #include <simgear/props/props.hxx>
 
@@ -55,7 +45,7 @@ private:
     char delimiter;
   };
 
-  std::vector<Log> _logs;
+  std::vector<Log *> _logs;
 
 };