]> git.lyx.org Git - lyx.git/blobdiff - src/SpellBase.h
fix compilation bug
[lyx.git] / src / SpellBase.h
index 1348c1e24c0eaee599cf2c482d328bc4beb3ee1e..1ed6a56f7aac278c1576a895d1617a048147b20c 100644 (file)
@@ -12,9 +12,8 @@
 
 #include "LString.h" // can't forward declare...
 
-#include "WordLangTuple.h"
 class BufferParams;
+class WordLangTuple;
 
 /**
  * Base class of all spell checker implementations.
@@ -54,8 +53,8 @@ public:
 
        /// return the next near miss after a MISSED result
        virtual string const nextMiss() = 0;
-       /// give an error message on messy exit 
+
+       /// give an error message on messy exit
        virtual string const error() = 0;
 
 };