]> git.lyx.org Git - lyx.git/blobdiff - src/insets/RenderGraphic.cpp
Pure HTML output for math macros.
[lyx.git] / src / insets / RenderGraphic.cpp
index df1a93a1804f565301945bf8b5c60a94ef899a74..fba651ccdcfdacb14f239432e6c7b56493d7772b 100644 (file)
@@ -14,9 +14,6 @@
 
 #include "insets/Inset.h"
 
-#include "support/FileName.h"
-#include "support/filetools.h"
-#include "support/gettext.h"
 #include "LyX.h"
 #include "LyXRC.h"
 #include "MetricsInfo.h"
@@ -26,7 +23,9 @@
 
 #include "graphics/GraphicsImage.h"
 
+#include "support/FileName.h"
 #include "support/filetools.h"
+#include "support/gettext.h"
 
 #include <boost/bind.hpp>
 
@@ -53,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)
 {