mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 08:48:39 +09:00
Issue #1451 - Fix hunspell build bustage in FreeBSD.
Thanks to dbsoft for this patch!
This commit is contained in:
parent
cbbc15ad81
commit
d75c6c1815
1 changed files with 2 additions and 2 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue