From 83958df001482b940812080db776efd2cf3c2d91 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 29 Apr 2016 20:28:00 +0300 Subject: Add missing explicit keyword in Action. --- src/resources/action.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3-60-g2f50