]> git.lyx.org Git - lyx.git/blobdiff - src/tabular.C
try this for distinguishing inner and outer tabs
[lyx.git] / src / tabular.C
index 71adb1843006fa9ab5cf883705da8081b34195a2..dd2b168ee997b566d19ca9153a50984a6c1fd13e 100644 (file)
@@ -1348,7 +1348,8 @@ void LyXTabular::ReadNew(Buffer const * buf, istream & is,
 void LyXTabular::OldFormatRead(LyXLex & lex, string const & fl)
 {
     int version;
-    int i, j;
+    int i;
+    int j;
     int rows_arg = 0;
     int columns_arg = 0;
     int is_long_tabular_arg = false;