]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/table.cpp
Capitalize labels of floats, etc. Fixes #11993.
[lyx.git] / src / tex2lyx / table.cpp
index c9f910f70978f32a3a6d353821433147f8a0ef8b..8196267be509805d34f663b6d60998029323a15b 100644 (file)
@@ -939,7 +939,7 @@ void handle_hline_below(RowInfo & ri, vector<CellInfo> & ci)
 
 void handle_tabular(Parser & p, ostream & os, string const & name,
                    string const & tabularwidth, string const & halign,
-                   Context & context)
+                   Context const & context)
 {
        bool const is_long_tabular(name == "longtable" || name == "xltabular");
        bool booktabs = false;