]> git.lyx.org Git - features.git/blobdiff - src/graphics/GraphicsParams.h
Complete the removal of the embedding stuff. Maybe. It's hard to be sure we got every...
[features.git] / src / graphics / GraphicsParams.h
index 222b50f85c0b752aa98e238bce57d71f36c278bb..a7b7c8ffa424cac72e383b2b8a2edc20f54f4786 100644 (file)
@@ -16,6 +16,8 @@
 
 #include "GraphicsTypes.h"
 
+#include "support/FileName.h"
+
 #include <string>
 #include <iosfwd>
 
@@ -57,7 +59,7 @@ public:
        unsigned int scale;
 
        /// The image filename.
-       std::string filename;
+       support::FileName filename;
 
        /** Note that the BoundingBox is always relative to the BoundingBox
         *  as stored in the EPS file.