]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/tex2lyx.h
tex2lyx: also support rotated xltabulars
[lyx.git] / src / tex2lyx / tex2lyx.h
index 0ac2b3bfbcc4a22c2231be754e05fb1771f70643..0591be7c74b215a8c564a5ce97e337efbac12a07 100644 (file)
@@ -81,7 +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, Context & context);
+                   std::string const & width, std::string const & halign,
+                   Context & context);
 
 
 /// in tex2lyx.cpp