]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetGraphics.h
Fix bug #11180
[lyx.git] / src / insets / InsetGraphics.h
index 58b28ab21d84bf16e34af4ad6997c619d9e0f4c8..27f9cf1caf8583e56e78c78d7c159b2ad3641c98 100644 (file)
@@ -113,6 +113,8 @@ private:
        Inset * clone() const;
        /// Get the status message, depends on the image loading status.
        std::string statusMessage() const;
+       /// Get the output bounding box accounting for raster formats.
+       void outBoundingBox(graphics::BoundingBox &) const;
        /// Create the options for the latex command.
        std::string createLatexOptions(bool const ps) const;
        /// Create length values for docbook export.