From 22380826d517cabaf869ed3025f1a5649b6b371e Mon Sep 17 00:00:00 2001 From: Abdelrazak Younes Date: Sat, 1 Aug 2009 18:03:26 +0000 Subject: [PATCH] Fix MSVC warning git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30817 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/HunspellChecker.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/HunspellChecker.cpp b/src/HunspellChecker.cpp index 2310f77458..fc6e0e5b37 100644 --- a/src/HunspellChecker.cpp +++ b/src/HunspellChecker.cpp @@ -28,10 +28,12 @@ using namespace std; namespace lyx { namespace { + typedef map Spellers; -} -class HunspellChecker::Private +} // anon namespace + +struct HunspellChecker::Private { /// the spellers Spellers spellers_; -- 2.39.2