summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Voicu <vladv@rosedu.org>2012-03-05 20:08:54 (GMT)
committerKevin Smith <git@kismith.co.uk>2012-03-09 15:04:09 (GMT)
commit91f344444c54f11de132cf22a7ba323727104989 (patch)
treeda1173a237528644c86d3f9aac6eb8212e9c8ecd /SwifTools/SpellCheckerFactory.h
parent3049bf68ede3e1ce152561f6e8a054cca8dcad56 (diff)
downloadswift-contrib-91f344444c54f11de132cf22a7ba323727104989.zip
swift-contrib-91f344444c54f11de132cf22a7ba323727104989.tar.bz2
Added HAVE_HUNSPELL to flags when building
Diffstat (limited to 'SwifTools/SpellCheckerFactory.h')
-rw-r--r--SwifTools/SpellCheckerFactory.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/SwifTools/SpellCheckerFactory.h b/SwifTools/SpellCheckerFactory.h
index 85aa8b6..d58a9ec 100644
--- a/SwifTools/SpellCheckerFactory.h
+++ b/SwifTools/SpellCheckerFactory.h
@@ -6,8 +6,6 @@
#pragma once
-#define HAVE_HUNSPELL
-
namespace Swift {
class SpellChecker;
class SpellCheckerFactory {