]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/GraphicsParams.h
Fix comparing a pointer with a char
[lyx.git] / src / graphics / GraphicsParams.h
index a7b7c8ffa424cac72e383b2b8a2edc20f54f4786..b1eb1a05c53d7c9d63ffe57c44b4b944cbdb9a6b 100644 (file)
@@ -14,8 +14,6 @@
 #ifndef GRAPHICSPARAMS_H
 #define GRAPHICSPARAMS_H
 
-#include "GraphicsTypes.h"
-
 #include "support/FileName.h"
 
 #include <string>
@@ -55,7 +53,7 @@ class Params
 public:
        Params();
 
-       DisplayType display;
+       bool display;
        unsigned int scale;
 
        /// The image filename.