]> git.lyx.org Git - lyx.git/blobdiff - src/tabular.C
add GuiView parent to QToc for proper memory management.
[lyx.git] / src / tabular.C
index 1aaff8e3788de6be51ac1064135af0828375a511..13873a5bfa06c35d0278b6fa73e54aee8628f443 100644 (file)
@@ -2694,7 +2694,7 @@ LyXTabular::getCellFromInset(InsetBase const * inset) const
 
        for (idx_type cell = 0, n = getNumberOfCells(); cell < n; ++cell)
                if (getCellInset(cell).get() == inset) {
-                       lyxerr[Debug::INSETTEXT] << "LyXTabular::getCellFromInset: "
+                       LYXERR(Debug::INSETTEXT) << "LyXTabular::getCellFromInset: "
                                << "cell=" << cell << endl;
                        return cell;
                }