]> git.lyx.org Git - lyx.git/blobdiff - src/ImportNoweb.h
Hopefully fix the problem with stateText() in lyxfont.C
[lyx.git] / src / ImportNoweb.h
index 31f2a2194cb4c5d0b9982819ecba8bc12e28143b..551e2b76434656e8fe8598fdd16a2a82cc9a417d 100644 (file)
@@ -29,7 +29,7 @@ public:
        /**
          file = name and path of the noweb file to import
          */
-       ImportNoweb(string const & file) : file(file) {}
+       explicit ImportNoweb(string const & file) : file(file) {}
        
        /** Imports the document.
          Return 0 if fail.