summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorJob Bautista <jobbautista9@aol.com>2023-04-26 17:46:36 +0800
committerJob Bautista <jobbautista9@aol.com>2023-04-26 17:46:36 +0800
commitff9c52f223f6c9d3ff6e2fd06333db1ed42cba77 (patch)
tree03b463a1df51a4d28a95f6d211858c035d0fc5aa /extensions
parenta12787e98558b8fc329f867795a0266692e600da (diff)
downloaduxp-ff9c52f223f6c9d3ff6e2fd06333db1ed42cba77.tar.gz
Issue #1451 - Fix hunspell build bustage in FreeBSD.
Thanks to dbsoft for this patch!
Diffstat (limited to 'extensions')
-rw-r--r--extensions/spellcheck/hunspell/src/affixmgr.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/spellcheck/hunspell/src/affixmgr.hxx b/extensions/spellcheck/hunspell/src/affixmgr.hxx
index d70e853388..485abcd366 100644
--- a/extensions/spellcheck/hunspell/src/affixmgr.hxx
+++ b/extensions/spellcheck/hunspell/src/affixmgr.hxx
@@ -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];