]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetExternal.h
Fix bug #12795
[lyx.git] / src / insets / InsetExternal.h
index f124445f5eea4723d50612b0f6abb2bf361365d9..ce71c94df344edf2f19681f139788dab892eff85 100644 (file)
@@ -177,7 +177,8 @@ private:
        bool isPreviewed() const;
        /// Do we have the right renderer (button, graphic or monitored preview)?
        bool isRendererValid() const;
-
+       ///
+       docstring toolTip(BufferView const & bv, int x, int y) const override;
        /// The current params
        InsetExternalParams params_;
        /// The thing that actually draws the image on LyX's screen.