]> git.lyx.org Git - lyx.git/blobdiff - src/insets/inset.C
updates to minipage inset
[lyx.git] / src / insets / inset.C
index d8cd78c143ed4952743071846a1e97d128dbb44d..95e69d268254f45d95607cdc2a425f42e40d5bac 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;
 }
@@ -211,7 +211,7 @@ void UpdatableInset::scroll(BufferView * bv, int offset) const
 ///  An updatable inset could handle lyx editing commands
 UpdatableInset::RESULT
 UpdatableInset::LocalDispatch(BufferView * bv, 
-                             int action, string const & arg) 
+                             kb_action action, string const & arg) 
 {
     if (!arg.empty() && (action==LFUN_SCROLL_INSET)) {
        if (arg.find('.') != arg.npos) {