Fix warnings

This commit is contained in:
WarmUpTill
2021-12-04 16:20:04 +01:00
committed by WarmUpTill
parent 69ab101ba3
commit 1785035b96
17 changed files with 21 additions and 21 deletions

View File

@@ -14,7 +14,7 @@ public:
virtual std::string GetId() = 0;
protected:
int _idx;
int _idx = 0;
bool _collapsed = false;
};