]> git.lyx.org Git - lyx.git/blobdiff - src/insets/RenderGraphic.h
This should be the last of the commits refactoring the InsetLayout code.
[lyx.git] / src / insets / RenderGraphic.h
index 5edb7ce9400cac49cf38c3efc6c2cd87ddfb8ecb..938322fad0abf5497d3c0964c7f11a6779d284db 100644 (file)
@@ -45,6 +45,7 @@ private:
 
        /// The stored data.
        graphics::Loader loader_;
+       graphics::Loader icon_;
        graphics::Params params_;
 };