From f3611157e3ec2b4dfd9e0e7a3ccd17905c9aea50 Mon Sep 17 00:00:00 2001 From: Abdelrazak Younes Date: Fri, 8 Feb 2008 18:02:27 +0000 Subject: [PATCH] cosmetics git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22872 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/Encoding.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Encoding.cpp b/src/Encoding.cpp index c4319ed66b..e416098868 100644 --- a/src/Encoding.cpp +++ b/src/Encoding.cpp @@ -355,9 +355,9 @@ set Encoding::getSymbolsList() const symbols.insert(c); // now the ones from the unicodesymbols file CharInfoMap::const_iterator const end = unicodesymbols.end(); - for (CharInfoMap::const_iterator it = unicodesymbols.begin(); it != end; ++it) { + CharInfoMap::const_iterator it = unicodesymbols.begin(); + for (; it != end; ++it) symbols.insert(it->first); - } return symbols; } -- 2.39.2