diff --git a/inc/module.h b/inc/module.h index 3380fc9..249ab3f 100644 --- a/inc/module.h +++ b/inc/module.h @@ -12,6 +12,9 @@ constexpr int kYaPBModuleVersion = 1; // basic module interface, if you need to additional stuff, please post an issue class IYaPBModule { +public: + virtual ~IYaPBModule () = default; + public: // get the bot version string virtual const char *getBotVersion () = 0;