]> 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 3231eb4b541856fae029fc3e24633a233eed7ea7..551e2b76434656e8fe8598fdd16a2a82cc9a417d 100644 (file)
@@ -1,15 +1,15 @@
 // -*- C++ -*-
 /* This file is part of
- * ======================================================
+ * ====================================================== 
  * 
  *           LyX, The Document Processor
  *
- *           Copyright (C) 1995-1999 The LyX Team.
+ *           Copyright 1995-2000 The LyX Team.
  *
- *           This file is Copyright (C) 1999
+ *           This file is Copyright 1999
  *           Kayvan A. Sylvan
  *
- *======================================================
+ * ====================================================== 
  */
 
 #ifndef IMPORTNOWEB_H
@@ -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,7 @@ private:
        ///
        string documentclass();
        ///
-       enum{ 
+       enum 
                BUFSIZE = 512 
        };
 };