diff --git a/source/common/filesystem/ancientzip.h b/source/common/filesystem/ancientzip.h index 3b1497e02..621505504 100644 --- a/source/common/filesystem/ancientzip.h +++ b/source/common/filesystem/ancientzip.h @@ -41,7 +41,7 @@ public: int Explode(unsigned char *out, unsigned int outsize, FileReader &in, unsigned int insize, int flags); }; -class CExplosionError : CRecoverableError +class CExplosionError : public CRecoverableError { public: CExplosionError(const char *message) : CRecoverableError(message) {}