]> git.lyx.org Git - lyx.git/blobdiff - src/LyX.cpp
Fix part of bug #6127: Roundtrip Lyx->Latex->Lyx fails.
[lyx.git] / src / LyX.cpp
index 8acdb53a788f758525931854deab862bad7c7141..55cd35ceb5b43c87a5d92dd3f2dff86c0fbb269b 100644 (file)
@@ -17,7 +17,7 @@
 
 #include "LyX.h"
 
-#include "ASpell_local.h"
+#include "AspellChecker.h"
 #include "Buffer.h"
 #include "BufferList.h"
 #include "CmdDef.h"
@@ -130,7 +130,7 @@ struct LyX::Impl
                messages_["GUI"] = Messages();
 
 #if defined(USE_ASPELL)
-               spell_checker_ = new ASpell();
+               spell_checker_ = new AspellChecker();
 #else
                spell_checker_ = 0;
 #endif