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;