]> git.lyx.org Git - features.git/blobdiff - src/insets/inset.C
More InsetText/InsetTabular fixes!
[features.git] / src / insets / inset.C
index d8cd78c143ed4952743071846a1e97d128dbb44d..7db87b30c69416bd9fd23f2a28c99dcd53444b64 100644 (file)
@@ -72,10 +72,10 @@ string const Inset::EditMessage() const
 }
 
 
-LyXText * Inset::getLyXText(BufferView const * bv) const
+LyXText * Inset::getLyXText(BufferView const * bv, bool const) const
 {
     if (owner())
-           return owner()->getLyXText(bv);
+           return owner()->getLyXText(bv, false);
     else
            return bv->text;
 }