]> git.lyx.org Git - lyx.git/blobdiff - src/insets/RenderGraphic.h
Center longtable explicitly (#10690)
[lyx.git] / src / insets / RenderGraphic.h
index 5edb7ce9400cac49cf38c3efc6c2cd87ddfb8ecb..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; }