]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/tex2lyx.h
Capitalize labels of floats, etc. Fixes #11993.
[lyx.git] / src / tex2lyx / tex2lyx.h
index 8ce7295c29fe9fec3b13a888f0f39a42ec4240db..cd7323ba0df3aa47843f142fbcd5becc9356afc2 100644 (file)
@@ -81,8 +81,8 @@ void parse_math(Parser & p, std::ostream & os, unsigned flags, mode_type mode);
 
 /// in table.cpp
 void handle_tabular(Parser & p, std::ostream & os, std::string const & name,
-                   std::string const & width, std::string const & halign,
-                   Context & context);
+                   std::string const & tabularwidth, std::string const & halign,
+                   Context const & context);
 
 
 /// in tex2lyx.cpp