]> git.lyx.org Git - lyx.git/blobdiff - src/support/DebugStream.h
fix lyxalgo.h, dra pagebreak with text on line, change the math_deco_search a bit
[lyx.git] / src / support / DebugStream.h
index 8952248bf2e0f964c484ec4c9bbffdefc738012d..946f7173afefdc74ae2341f66597d32aabbb7089 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef DEBUGSTREAM_H
 #define DEBUGSTREAM_H
 
-#include "LOstream.h"
+#include <iostream>
 
 #ifdef TEST_DEBUGSTREAM
 #include <string>
@@ -85,7 +85,7 @@ struct Debug {
 class DebugStream : public ostream {
 public:
        /// Constructor, sets the debug level to t.
-       DebugStream(Debug::type t = Debug::NONE);
+       explicit DebugStream(Debug::type t = Debug::NONE);
        
        /// Constructor, sets the log file to f, and the debug level to t.
        DebugStream(char const * f, Debug::type t = Debug::NONE);