]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/PreviewImage.h
* src/LaTeX.C
[lyx.git] / src / graphics / PreviewImage.h
index 3e4bdcd47194d8fa697ebb0b4ad32638c2c5bc0b..4064520bd8c2a04f17b19bae2f05f61ba44c9316 100644 (file)
 #include <boost/scoped_ptr.hpp>
 #include <string>
 
-class InsetOld;
-
 namespace lyx {
+
+namespace support { class FileName; }
+
 namespace graphics {
 
 class PreviewLoader;
@@ -30,7 +31,7 @@ public:
         */
        PreviewImage(PreviewLoader & parent,
                     std::string const & latex_snippet,
-                    std::string const & bitmap_file,
+                    support::FileName const & bitmap_file,
                     double ascent_frac);
        ///
        ~PreviewImage();