diff options
Diffstat (limited to 'dw/hyphenator.hh')
-rw-r--r-- | dw/hyphenator.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/hyphenator.hh b/dw/hyphenator.hh index eadcf081..743a9073 100644 --- a/dw/hyphenator.hh +++ b/dw/hyphenator.hh @@ -97,7 +97,7 @@ class Hyphenator: public lout::object::Object */ core::Platform *platform; Trie *trie; - + lout::container::typed::HashTable <lout::object::ConstString, lout::container::typed::Vector <lout::object::Integer> > *exceptions; |