]> git.lyx.org Git - features.git/blobdiff - src/support/DebugStream.h
apply the ostream changes to mathed, some other small related things
[features.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);