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

Merge pull request #971 from kambala-decapitator/fix-warnings

Fix most project warnings
This commit is contained in:
Andrii Danylchenko
2022-09-22 16:05:32 +03:00
committed by GitHub
34 changed files with 57 additions and 98 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;