]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/tex2lyx.h
s/isFileReadable/isReadableFile;
[lyx.git] / src / tex2lyx / tex2lyx.h
index 16b84abfe89eff350b4a9bbd4d5f2d29a8219fc7..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 Layout_ptr captionlayout;
+extern LayoutPtr captionlayout;
 
 /// in text.cpp
 std::string translate_len(std::string const &);