]> git.lyx.org Git - features.git/commitdiff
potential compil fix.
authorAbdelrazak Younes <younes@lyx.org>
Fri, 1 May 2009 06:42:25 +0000 (06:42 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Fri, 1 May 2009 06:42:25 +0000 (06:42 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29454 a592a061-630c-0410-9148-cb99ea01b6c8

src/Thesaurus.cpp

index 10dc0b47680da75e66833ac30666eaa301e33fe9..f004acc7874857867eee05209f6339b574e15c03 100644 (file)
@@ -134,6 +134,8 @@ docstring const from_iconv_encoding(string const & s, string const & encoding)
        return docstring(ucs4.begin(), ucs4.end());
 }
 
+typedef std::map<docstring, MyThes *> Thesauri;
+
 } // namespace anon
 
 
@@ -150,7 +152,6 @@ struct Thesaurus::Private
        /// add a thesaurus to the list
        bool addThesaurus(docstring const & lang);
 
-       typedef std::map<docstring, MyThes *> Thesauri;
        /// the thesauri
        Thesauri thes_;
 };