fix build #2 [skip ci]
This commit is contained in:
parent
6921474f0c
commit
dd9b9f53ca
1 changed files with 3 additions and 0 deletions
|
|
@ -12,6 +12,9 @@ constexpr int kYaPBModuleVersion = 1;
|
||||||
|
|
||||||
// basic module interface, if you need to additional stuff, please post an issue
|
// basic module interface, if you need to additional stuff, please post an issue
|
||||||
class IYaPBModule {
|
class IYaPBModule {
|
||||||
|
public:
|
||||||
|
virtual ~IYaPBModule () = default;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
// get the bot version string
|
// get the bot version string
|
||||||
virtual const char *getBotVersion () = 0;
|
virtual const char *getBotVersion () = 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue