]> git.lyx.org Git - lyx.git/blobdiff - src/insets/RenderGraphic.cpp
Pure HTML output for math macros.
[lyx.git] / src / insets / RenderGraphic.cpp
index bca3a518f8dd2489f7ea2bce2810bf6f2499058f..fba651ccdcfdacb14f239432e6c7b56493d7772b 100644 (file)
@@ -52,6 +52,10 @@ RenderBase * RenderGraphic::clone(Inset const * inset) const
        return new RenderGraphic(*this, inset);
 }
 
+void RenderGraphic::reload() const
+{
+       loader_.reload();
+}
 
 void RenderGraphic::update(graphics::Params const & params)
 {