]> git.lyx.org Git - lyx.git/blobdiff - src/support/DebugStream.h
use more explicit on constructors use the pimpl idom to reduce size with about 500k
[lyx.git] / src / support / DebugStream.h
index 323b9edc73e9caadda7a093c5ba7f2679a05c0c8..9e87488a087a0ecd212e983ca9e97997f093edb4 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef DEBUGSTREAM_H
 #define DEBUGSTREAM_H
 
-#include <iostream>
+#include "LOstream.h"
 
 #ifdef TEST_DEBUGSTREAM
 #include <string>
@@ -88,6 +88,7 @@ public:
        explicit DebugStream(Debug::type t = Debug::NONE);
        
        /// Constructor, sets the log file to f, and the debug level to t.
+       explicit
        DebugStream(char const * f, Debug::type t = Debug::NONE);
 
        ///