]> git.lyx.org Git - lyx.git/blobdiff - src/insets/lyxinset.h
updates to minipage inset
[lyx.git] / src / insets / lyxinset.h
index ae6a873a5581389e8e0715229f0fef613759b316..a4804875bb00b7f5e70fe03bd6723a241d31b278 100644 (file)
@@ -22,6 +22,7 @@
 #include "gettext.h"
 #include "lyxfont.h"
 #include "lyxlex.h"
+#include "commandtags.h"
 
 class BufferView;
 class Buffer;
@@ -356,7 +357,7 @@ public:
                                        bool /*lr*/ = false)
                { return false; }
        ///  An updatable inset could handle lyx editing commands
-       virtual RESULT LocalDispatch(BufferView *, int, string const &);
+       virtual RESULT LocalDispatch(BufferView *, kb_action, string const &);
        ///
        virtual bool isCursorVisible() const { return cursor_visible; }
        ///