From c8276f8ff60b6976d8f92e7b9e6fe05606cb0e92 Mon Sep 17 00:00:00 2001 From: Stas Degteff Date: Sat, 25 Nov 2006 11:44:40 +0000 Subject: [PATCH] Fix gcc 3.3.x build --- goldlib/gall/gespell.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/goldlib/gall/gespell.h b/goldlib/gall/gespell.h index 28fac2f..925747d 100644 --- a/goldlib/gall/gespell.h +++ b/goldlib/gall/gespell.h @@ -74,7 +74,7 @@ public: mIsMdrLoaded = mIsUdrLoaded = false; mToDicTable = mToLocTable = NULL; } - virtual ~CSpellLang() = 0; + virtual ~CSpellLang(){}; virtual bool Load(const char *codeset, const char *userdic) = 0; virtual void UnLoad() = 0;