X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fgraphics%2FGraphicsParams.h;h=b1eb1a05c53d7c9d63ffe57c44b4b944cbdb9a6b;hb=99c5a46c68bd605c03d4e3a86811831ed7dd3d37;hp=222b50f85c0b752aa98e238bce57d71f36c278bb;hpb=342cdf432246110db37bee4e0aebb4b72c933ddb;p=lyx.git diff --git a/src/graphics/GraphicsParams.h b/src/graphics/GraphicsParams.h index 222b50f85c..b1eb1a05c5 100644 --- a/src/graphics/GraphicsParams.h +++ b/src/graphics/GraphicsParams.h @@ -14,7 +14,7 @@ #ifndef GRAPHICSPARAMS_H #define GRAPHICSPARAMS_H -#include "GraphicsTypes.h" +#include "support/FileName.h" #include #include @@ -53,11 +53,11 @@ class Params public: Params(); - DisplayType display; + bool display; 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.