X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ftex2lyx%2Ftex2lyx.h;h=913060977c578e73d0f05112538921b889352fbe;hb=116740d7e35b3f9e54e87afdc7aa00ad62364947;hp=16b84abfe89eff350b4a9bbd4d5f2d29a8219fc7;hpb=a6f32927ea9d05a997d41057b368b6ae60c51165;p=lyx.git diff --git a/src/tex2lyx/tex2lyx.h b/src/tex2lyx/tex2lyx.h index 16b84abfe8..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 Layout_ptr captionlayout; +extern LayoutPtr captionlayout; /// in text.cpp std::string translate_len(std::string const &);