diff options
Diffstat (limited to 'dw/hyphenator.hh')
-rw-r--r-- | dw/hyphenator.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dw/hyphenator.hh b/dw/hyphenator.hh index 9ef3e306..bf123e5a 100644 --- a/dw/hyphenator.hh +++ b/dw/hyphenator.hh @@ -30,6 +30,8 @@ private: void insertPattern (char *s); void insertException (char *s); + bool isCharPartOfActualWord (char *s); + public: Hyphenator (core::Platform *platform, const char *patFile, const char *excFile); |