]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/tex2lyx.h
Remove 3rdparty/boost/Makefile.am
[lyx.git] / src / tex2lyx / tex2lyx.h
index c73785ee8833bb0d33eaca13442bf155b4ef9edd..cd7323ba0df3aa47843f142fbcd5becc9356afc2 100644 (file)
@@ -81,7 +81,7 @@ 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,
+                   std::string const & tabularwidth, std::string const & halign,
                    Context const & context);