]> git.lyx.org Git - lyx.git/blobdiff - src/ImportLaTeX.h
citation patch from Angus
[lyx.git] / src / ImportLaTeX.h
index 91a464bbc15f87ca2d6b8fd58228c92577011714..08a224511a52284076fd01f88774335e5200de85 100644 (file)
@@ -29,7 +29,7 @@ public:
        /**
          file = name and path of the latex file
          */
-       ImportLaTeX(string const & file);
+       explicit ImportLaTeX(string const & file);
        
        /** Imports the document.
          Return 0 if fail.