]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/tex2lyx.h
* src/insets/InsetNote.h:
[lyx.git] / src / tex2lyx / tex2lyx.h
index 7c5ed348d98f4484f9b0b8ae04d4945ae34266dd..3a45dbae49e346dbe81db8a5b9fff545fb31d174 100644 (file)
@@ -26,6 +26,8 @@ namespace lyx {
 
 namespace support { class FileName; }
 
+typedef Layout const * LayoutPtr;
+
 class Context;
 
 /// A trivial subclass, just to give us a public default constructor
@@ -33,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;