Andre Poenitz wrote: > Is there a specific reason for the copy of the Encoding instead > of using something like > > encodings.getFromLyXName(encoding_)->getSymbolList() > > ?
This: GuiSymbols.cpp: In member function 'void lyx::frontend::GuiSymbols::updateSymbolList(bool)': GuiSymbols.cpp:295: error: passing 'const lyx::Encoding' as 'this' argument of 'std::__debug::set<wchar_t, std::less<wchar_t>, std::allocator<wchar_t> > lyx::Encoding::getSymbolsList()' discards qualifiers Jürgen