]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetExternal.h
Pass a BufferView to Inset::clickable
[features.git] / src / insets / InsetExternal.h
index 75131182b982928eb2a29ec44b45cba77b821653..813e933a0a1d9088ca72576a7fd4826feb3beb86 100644 (file)
@@ -118,7 +118,7 @@ public:
        ///
        bool setMouseHover(BufferView const * bv, bool mouse_hover) const;
        ///
-       bool clickable(int, int) const { return true; }
+       bool clickable(BufferView const &, int, int) const { return true; }
        ///
        void addToToc(DocIterator const & di, bool output_active,
                                  UpdateType utype) const;