diff --git a/src/frontends/qt/GuiDelimiter.cpp b/src/frontends/qt/GuiDelimiter.cpp index 479db87033..3d064288f5 100644 --- a/src/frontends/qt/GuiDelimiter.cpp +++ b/src/frontends/qt/GuiDelimiter.cpp @@ -82,7 +82,7 @@ static docstring fix_name(string const & str, bool big) } struct MathSymbol { - MathSymbol(char_type uc = '?', string icon = string()) + MathSymbol(char_type uc = '?', string const & icon = string()) : unicode(uc), icon(icon) {} char_type unicode;