]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetGraphics.h
Math.lyx, Tutorial.lyx: fix some typos spotted by a user
[lyx.git] / src / insets / InsetGraphics.h
index 408a3c1f33717890a0e47e611f45a25d46dbb40a..bee9fe08845962be7d8e375c7b3ef050c893fc32 100644 (file)
@@ -126,6 +126,8 @@ private:
        InsetGraphicsParams params_;
        /// holds the entity name that defines the graphics location (SGML).
        docstring const graphic_label;
+       ///
+       docstring toolTip(BufferView const & bv, int x, int y) const;
        /// The thing that actually draws the image on LyX's screen.
        RenderGraphic * graphic_;
 };