]> git.lyx.org Git - lyx.git/blobdiff - src/lyxrow_funcs.C
zlib stuff
[lyx.git] / src / lyxrow_funcs.C
index b2d59818358f72bdd8506ace5376a082b7bffd73..9161e092f630aa6c60d4f2a6f9d7bd78d2544736 100644 (file)
@@ -47,7 +47,7 @@ bool nextRowIsAllInset(Row const & row, pos_type last)
        if (!pit->isInset(last + 1))
                return false;
 
-       Inset const * i = pit->getInset(last + 1);
+       InsetOld const * i = pit->getInset(last + 1);
        return i->needFullRow() || i->display();
 }