]> git.lyx.org Git - lyx.git/blobdiff - src/ImportLaTeX.h
citation patch from Angus
[lyx.git] / src / ImportLaTeX.h
index f8e029ee3f7a28130529073043fe3f3554440c75..08a224511a52284076fd01f88774335e5200de85 100644 (file)
@@ -4,16 +4,16 @@
  * 
  *           LyX, The Document Processor
  *
- *           Copyright (C) 1995-1998 The LyX Team.
+ *           Copyright 1995-2000 The LyX Team.
  *
- *           This file is Copyright (C) 1998
+ *           This file is Copyright 1998
  *           Asger Alstrup
  *
- *======================================================
+ * ======================================================
  */
 
-#ifndef _IMPORTLATEX_H
-#define _IMPORTLATEX_H
+#ifndef IMPORTLATEX_H
+#define IMPORTLATEX_H
 
 #ifdef __GNUG__
 #pragma interface
@@ -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.