]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/PreviewImage.h
* src/LaTeX.C
[lyx.git] / src / graphics / PreviewImage.h
index c4de71bfc896de0ac1c7e4ffca8424cfe43a4010..4064520bd8c2a04f17b19bae2f05f61ba44c9316 100644 (file)
@@ -16,6 +16,9 @@
 #include <string>
 
 namespace lyx {
+
+namespace support { class FileName; }
+
 namespace graphics {
 
 class PreviewLoader;
@@ -28,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();