Issue #1451 - Fix hunspell build bustage in FreeBSD.

Thanks to dbsoft for this patch!
This commit is contained in:
Job Bautista 2023-04-26 17:46:36 +08:00 committed by roytam1
commit d75c6c1815

View file

@ -90,8 +90,8 @@
#define dupSFX (1 << 0)
#define dupPFX (1 << 1)
class PfxEntry;
class SfxEntry;
class LIBHUNSPELL_DLL_EXPORTED PfxEntry;
class LIBHUNSPELL_DLL_EXPORTED SfxEntry;
class LIBHUNSPELL_DLL_EXPORTED AffixMgr {
PfxEntry* pStart[SETSIZE];