This commit is contained in:
WarmUpTill 2024-08-30 22:46:06 +02:00 committed by WarmUpTill
parent f2df3d18be
commit 2528449c84

View File

@ -25,7 +25,7 @@ class Macro {
public:
Macro(const std::string &name = "", const bool addHotkey = false,
const bool shortCircuitEvaluation = false);
virtual ~Macro();
~Macro();
std::string Name() const { return _name; }
void SetName(const std::string &name);