aboutsummaryrefslogtreecommitdiff
path: root/dw/hyphenator.hh
diff options
context:
space:
mode:
Diffstat (limited to 'dw/hyphenator.hh')
-rw-r--r--dw/hyphenator.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/dw/hyphenator.hh b/dw/hyphenator.hh
index 97de965f..839f6cc9 100644
--- a/dw/hyphenator.hh
+++ b/dw/hyphenator.hh
@@ -32,6 +32,7 @@ public:
static Hyphenator *getHyphenator (core::Platform *platform,
const char *language);
+ static bool isHyphenationCandidate (const char *word);
lout::container::typed::Vector <lout::object::String>
*hyphenateWord(const char *word);