]> git.lyx.org Git - lyx.git/blobdiff - src/HunspellChecker.cpp
Partially revert r34995, which broke math output. Not sure why yet....
[lyx.git] / src / HunspellChecker.cpp
index 19dc81d5d6de7721471cbdcbde51c12364b7dc11..f5b9d0c61a88158662e9af684042eca3b9b59ceb 100644 (file)
@@ -70,8 +70,8 @@ struct HunspellChecker::Private
 
        /// the location below system/user directory
        /// there the aff+dic files lookup will happen
-       const string dictDirectory(void) { return "dict"; }
-       const int maxLookupSelector(void) { return 3; }
+       const string dictDirectory(void) const { return "dict"; }
+       int maxLookupSelector(void) const { return 3; }
 };