Fix build issue with GCC 13.2.0 and clang-17

This commit is contained in:
WarmUpTill
2024-03-21 21:06:30 +01:00
committed by WarmUpTill
parent e19f4ddf7c
commit e5ab2ceca3
4 changed files with 6 additions and 3 deletions

View File

@@ -23,7 +23,7 @@ public:
void LogAction() const;
bool Save(obs_data_t *obj) const;
bool Load(obs_data_t *obj);
bool PostLoad() override;
bool PostLoad();
std::string GetId() const { return id; };
MacroRef GetNextMacro(bool advance = true);
static std::shared_ptr<MacroAction> Create(Macro *m);