1
0
mirror of https://github.com/vcmi/vcmi.git synced 2026-05-16 09:28:24 +02:00

add missing virtual destructors

This commit is contained in:
Andrey Filipenkov
2022-09-22 11:02:16 +03:00
parent 8e1c88e8c5
commit a1cf120ea6
10 changed files with 21 additions and 4 deletions
+2
View File
@@ -27,6 +27,8 @@ struct CatapultAttack;
class DLL_LINKAGE ServerCallback
{
public:
virtual ~ServerCallback() = default;
virtual void complain(const std::string & problem) = 0;
virtual bool describeChanges() const = 0;