]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/tex2lyx.h
* src/insets/InsetNote.h:
[lyx.git] / src / tex2lyx / tex2lyx.h
index 2fbb4ec5b697f672bc573ab367fb141ecce31957..3a45dbae49e346dbe81db8a5b9fff545fb31d174 100644 (file)
@@ -35,7 +35,8 @@ class TeX2LyXDocClass : public DocumentClass
 {};
 
 /// in preamble.cpp
-TeX2LyXDocClass const parse_preamble(Parser & p, std::ostream & os, std::string const & forceclass);
+void parse_preamble(Parser & p, std::ostream & os, 
+       std::string const & forceclass, TeX2LyXDocClass & tc);
 
 /// used packages with options
 extern std::map<std::string, std::vector<std::string> > used_packages;