X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2Finsetgraphics.h;h=ac380bffc46564d9f8b3fb5dd26c4139161a7f67;hb=4a5b7a5952ad2381fcdf4830511293e184c7c5a1;hp=6e00518c45f82e3b2a2d8f72f91cfdbdd2141f3a;hpb=f09619a7e8808cd083a980a4ca13dd64f330b054;p=lyx.git diff --git a/src/insets/insetgraphics.h b/src/insets/insetgraphics.h index 6e00518c45..ac380bffc4 100644 --- a/src/insets/insetgraphics.h +++ b/src/insets/insetgraphics.h @@ -117,8 +117,10 @@ private: mutable boost::shared_ptr cacheHandle; /// is the pixmap initialized? mutable bool imageLoaded; - /// + /// the parameters InsetGraphicsParams params; + /// holds the entity name that defines the graphics location (SGML). + string const graphic_label; }; #endif