]> git.lyx.org Git - lyx.git/blobdiff - src/ImportNoweb.h
citation patch from Angus
[lyx.git] / src / ImportNoweb.h
index 31f2a2194cb4c5d0b9982819ecba8bc12e28143b..c83d148341e60b13fb3594ed00b08830b8584c0b 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.
@@ -41,7 +41,8 @@ private:
        ///
        string documentclass();
        ///
-       enum { 
+       enum {
+               ///
                BUFSIZE = 512 
        };
 };