]> git.lyx.org Git - lyx.git/blobdiff - src/insets/inset.C
updates to minipage inset
[lyx.git] / src / insets / inset.C
index 7db87b30c69416bd9fd23f2a28c99dcd53444b64..95e69d268254f45d95607cdc2a425f42e40d5bac 100644 (file)
@@ -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) {