X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ftex2lyx%2Ftex2lyx.h;h=913060977c578e73d0f05112538921b889352fbe;hb=116740d7e35b3f9e54e87afdc7aa00ad62364947;hp=77418041187eb0007a788d0047acf32f7f55cfb8;hpb=6add1994c75c0f3e0db50ab6c94ac3b73deb1561;p=lyx.git diff --git a/src/tex2lyx/tex2lyx.h b/src/tex2lyx/tex2lyx.h index 7741804118..913060977c 100644 --- a/src/tex2lyx/tex2lyx.h +++ b/src/tex2lyx/tex2lyx.h @@ -33,7 +33,7 @@ TextClass const parse_preamble(Parser & p, std::ostream & os, std::string const /// used packages with options extern std::map > used_packages; - +extern LayoutPtr captionlayout; /// in text.cpp std::string translate_len(std::string const &);