X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fgraphics%2FGraphicsParams.cpp;h=a53d2c57b1ffb4f038c998cde7ceeea046f9b34c;hb=b19410d232db62f922b319ed737f0738e864ea82;hp=a88d6dc5c0c3b5b5bbc660611418e38658daa3e4;hpb=9abb7db46800e554f57e865a3e768602ffd9d6f1;p=lyx.git diff --git a/src/graphics/GraphicsParams.cpp b/src/graphics/GraphicsParams.cpp index a88d6dc5c0..a53d2c57b1 100644 --- a/src/graphics/GraphicsParams.cpp +++ b/src/graphics/GraphicsParams.cpp @@ -14,6 +14,7 @@ #include "Length.h" +#include #include using namespace std; @@ -22,7 +23,7 @@ namespace lyx { namespace graphics { Params::Params() - : display(ColorDisplay), + : display(true), scale(100), angle(0) {}