1 --- misc/hunspell-1.2.8/src/hunspell/affixmgr.cxx 2009-05-16 14:33:27.000000000 +0100
2 +++ misc/build/hunspell-1.2.8/src/hunspell/affixmgr.cxx 2009-05-16 14:35:52.000000000 +0100
6 // return the value of suffix
7 -const int AffixMgr::have_contclass()
8 +int AffixMgr::have_contclass() const
12 --- misc/hunspell-1.2.8.orig/src/hunspell/affixmgr.hxx 2009-05-16 14:33:27.000000000 +0100
13 +++ misc/build/hunspell-1.2.8/src/hunspell/affixmgr.hxx 2009-05-16 14:35:38.000000000 +0100
15 const char * get_suffix();
16 const char * get_derived();
17 const char * get_version();
18 - const int have_contclass();
19 + int have_contclass() const;
21 int get_complexprefixes();
22 char * get_suffixed(char );