Fix MSVC warning

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30817 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2009-08-01 18:03:26 +00:00
parent 96e456d864
commit 22380826d5

View File

@ -28,10 +28,12 @@ using namespace std;
namespace lyx {
namespace {
typedef map<std::string, Hunspell *> Spellers;
}
class HunspellChecker::Private
typedef map<std::string, Hunspell *> Spellers;
} // anon namespace
struct HunspellChecker::Private
{
/// the spellers
Spellers spellers_;