]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetTabular.cpp
Merge branch 'master' into biblatex2
[lyx.git] / src / insets / InsetTabular.cpp
index 3a16c815d4f7d4bbb2a870d8a3cdd13747674d8b..bf21ae73f148c7b3288663f975186e23b4e02c8d 100644 (file)
@@ -2708,7 +2708,7 @@ void Tabular::TeXRow(otexstream & os, row_type row,
 void Tabular::latex(otexstream & os, OutputParams const & runparams) const
 {
        bool const is_tabular_star = !tabular_width.zero();
-       RowEntry pos = TexRow::textEntry(runparams.lastid, runparams.lastpos);
+       TexRow::RowEntry pos = TexRow::textEntry(runparams.lastid, runparams.lastpos);
 
        //+---------------------------------------------------------------------
        //+                      first the opening preamble                    +