fix build #2 [skip ci]

This commit is contained in:
ds 2020-11-05 16:46:22 +03:00
commit dd9b9f53ca

View file

@ -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;