]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/tex2lyx.h
very big tex2lyx patch:
[lyx.git] / src / tex2lyx / tex2lyx.h
index 77418041187eb0007a788d0047acf32f7f55cfb8..913060977c578e73d0f05112538921b889352fbe 100644 (file)
@@ -33,7 +33,7 @@ TextClass const parse_preamble(Parser & p, std::ostream & os, std::string const
 
 /// used packages with options
 extern std::map<std::string, std::vector<std::string> > used_packages;
-
+extern LayoutPtr captionlayout;
 
 /// in text.cpp
 std::string translate_len(std::string const &);