]> git.lyx.org Git - lyx.git/blobdiff - src/tracer.h
more changes, read the Changelog
[lyx.git] / src / tracer.h
index 365cfa53dd5e3a7f00007d17b52d9fd3aa5736a0..9521e5104d4a3ccd92a28183309e7669f6de9754 100644 (file)
@@ -7,6 +7,7 @@
 
 class DebugTracer {
 public:
+       explicit
        DebugTracer(string const & s) : str(s) {
                lyxerr << string(depth, ' ') << "Trace begin : "
                       << str << std::endl;