]> git.lyx.org Git - lyx.git/blobdiff - src/ImportLaTeX.h
small changes to ButtonController usage
[lyx.git] / src / ImportLaTeX.h
index 65bb0ce283f5d550457519bfdaff7bbfb1e71396..08a224511a52284076fd01f88774335e5200de85 100644 (file)
@@ -4,9 +4,9 @@
  * 
  *           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
  *
  * ======================================================
@@ -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.