summaryrefslogtreecommitdiff
path: root/src/resources/action.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/action.h')
-rw-r--r--src/resources/action.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/action.h b/src/resources/action.h
index e6762302f..55a2ed12d 100644
--- a/src/resources/action.h
+++ b/src/resources/action.h
@@ -39,7 +39,7 @@ class Animation;
class Action final : public MemoryCounter
{
public:
- Action(const std::string &name) noexcept;
+ explicit Action(const std::string &name) noexcept;
A_DELETE_COPY(Action)