diff --git a/src/mathed/InsetMathSymbol.cpp b/src/mathed/InsetMathSymbol.cpp index 98fc589451..79924fec42 100644 --- a/src/mathed/InsetMathSymbol.cpp +++ b/src/mathed/InsetMathSymbol.cpp @@ -29,13 +29,13 @@ namespace lyx { InsetMathSymbol::InsetMathSymbol(latexkeys const * l) - : sym_(l), h_(0), kerning_(0), scriptable_(false) + : sym_(l), h_(0), kerning_(0), scriptable_(false) {} InsetMathSymbol::InsetMathSymbol(char const * name) : sym_(in_word_set(from_ascii(name))), h_(0), - kerning_(0), scriptable_(false) + kerning_(0), scriptable_(false) {}