]> git.lyx.org Git - lyx.git/blobdiff - src/insets/RenderGraphic.h
More switches and whitespace fixes
[lyx.git] / src / insets / RenderGraphic.h
index 938322fad0abf5497d3c0964c7f11a6779d284db..b41b82e61aa1c33753dd18e29d0cb34b2dadecab 100644 (file)
@@ -35,6 +35,8 @@ public:
 
        /// Refresh the info about which file to display and how to display it.
        void update(graphics::Params const & params);
+       /// Reloads the image if necessary
+       void reload() const;
 
        /// equivalent to dynamic_cast
        virtual RenderGraphic * asGraphic() { return this; }
@@ -45,7 +47,6 @@ private:
 
        /// The stored data.
        graphics::Loader loader_;
-       graphics::Loader icon_;
        graphics::Params params_;
 };