mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-09-07 17:16:00 -05:00
Fix warnings
This commit is contained in:
@@ -14,7 +14,7 @@ public:
|
||||
virtual std::string GetId() = 0;
|
||||
|
||||
protected:
|
||||
int _idx;
|
||||
int _idx = 0;
|
||||
bool _collapsed = false;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user