potential compil fix.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29454 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2009-05-01 06:42:25 +00:00
parent e2025f59dc
commit ce0c09d1ae

View 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_;
};