update dev300-m57
[ooovba.git] / hunspell / hunspell-consts-1.2.8.patch
blob8f8c72796cb45d04602f4563000f048f640fa2e2
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
3 @@ -3238,7 +3238,7 @@
6 // return the value of suffix
7 -const int AffixMgr::have_contclass()
8 +int AffixMgr::have_contclass() const
10 return havecontclass;
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
14 @@ -189,7 +189,7 @@
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;
20 int get_utf8();
21 int get_complexprefixes();
22 char * get_suffixed(char );