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

@@ -18,7 +18,7 @@ public:
bool PerformAction();
bool Save(obs_data_t *obj) const;
bool Load(obs_data_t *obj);
bool PostLoad() override;
bool PostLoad();
std::string GetShortDesc() const;
std::string GetId() const { return id; };
static std::shared_ptr<MacroAction> Create(Macro *m);