]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetCommand.h
Some things did not need to be mutable after all
[lyx.git] / src / insets / InsetCommand.h
index ae6fc3ec05da3f75675f88df881ab9831da62808..39b1cbbef36ae745633b307033de70cd3d192e85 100644 (file)
@@ -39,6 +39,8 @@ public:
        ///
        InsetCommand(InsetCommand const & rhs);
        ///
+       InsetCommand & operator=(InsetCommand const & rhs);
+       ///
        virtual ~InsetCommand();
        ///
        InsetCommand * asInsetCommand() { return this; }
@@ -85,7 +87,7 @@ public:
        ///
        bool setMouseHover(BufferView const * bv, bool mouse_hover) const;
        ///
-       bool clickable(int, int) const { return hasSettings(); }
+       bool clickable(BufferView const &, int, int) const { return hasSettings(); }
        //@}
 
 protected: