mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-04-21 01:27:24 -05:00
Cleanup
This commit is contained in:
parent
f2df3d18be
commit
2528449c84
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user