Minor refactoring removing unnecessary temporary variable.
This commit is contained in:
@@ -31,7 +31,7 @@ class Action
|
||||
const Expression &effect() const;
|
||||
|
||||
private:
|
||||
Action(std::string name);
|
||||
Action() = default;
|
||||
|
||||
std::string m_name;
|
||||
|
||||
|
Reference in New Issue
Block a user