]> 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 c055205a9c23c548a459f67739914f8683991f0c..946f7173afefdc74ae2341f66597d32aabbb7089 100644 (file)
@@ -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);