]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetinclude.h
static_cast-based key/mouse-state. Kill insetKeyPress.
[lyx.git] / src / insets / insetinclude.h
index 971e5d50ae3d3f56ecfb045d85b2ea540ae013e2..10bfea34a84ea572084365c4fc1303f3ab9f1323 100644 (file)
@@ -77,7 +77,7 @@ public:
        /// This returns the list of bibkeys on the child buffer
        std::vector< std::pair<string,string> > const getKeys() const;
        ///
-       void edit(BufferView *, int x, int y, unsigned int button);
+       void edit(BufferView *, int x, int y, mouse_button::state button);
        ///
        void edit(BufferView * bv, bool front = true);
        ///