mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-08 18:19:42 +00:00
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:
parent
96e456d864
commit
22380826d5
@ -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_;
|
||||
|
Loading…
Reference in New Issue
Block a user