X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathUnknown.cpp;h=926e7dd5d5ced43f457f79a3585bf8d0c866eae9;hb=02e82157ec583c3900e359de86be79fac6512387;hp=29dae2b971ee27f588f4be2a6a18b713448923e5;hpb=b0b8e5f54c3d3f408fcd08d07416749cc5bd76b2;p=lyx.git diff --git a/src/mathed/InsetMathUnknown.cpp b/src/mathed/InsetMathUnknown.cpp index 29dae2b971..926e7dd5d5 100644 --- a/src/mathed/InsetMathUnknown.cpp +++ b/src/mathed/InsetMathUnknown.cpp @@ -11,10 +11,12 @@ #include #include "InsetMathUnknown.h" + #include "MathSupport.h" #include "MathAtom.h" #include "MathStream.h" -#include "MathStream.h" + +#include "MetricsInfo.h" #include "frontends/Painter.h" @@ -23,7 +25,8 @@ namespace lyx { InsetMathUnknown::InsetMathUnknown(docstring const & nm, docstring const & selection, bool final, bool black) - : name_(nm), final_(final), black_(black), selection_(selection) + : name_(nm), final_(final), black_(black), kerning_(0), + selection_(selection) {}