]> git.lyx.org Git - lyx.git/blobdiff - src/AppleSpellChecker.cpp
Account for old versions of Pygments
[lyx.git] / src / AppleSpellChecker.cpp
index cb80a60bd18eec21f131c008d1d75a5cb6d1fb9e..6020de7f27567e29ebe6ae1ff15b5bccc12f5aec 100644 (file)
@@ -13,7 +13,6 @@
 #include "AppleSpellChecker.h"
 #include "WordLangTuple.h"
 
-#include "support/lassert.h"
 #include "support/debug.h"
 #include "support/docstring_list.h"
 #include "support/AppleSpeller.h"
@@ -55,9 +54,9 @@ AppleSpellChecker::Private::~Private()
 }
 
 
-AppleSpellChecker::AppleSpellChecker(): d(new Private)
-{
-}
+AppleSpellChecker::AppleSpellChecker()
+       : d(new Private)
+{}
 
 
 AppleSpellChecker::~AppleSpellChecker()