From b3d8778a52576b66ab00b08aa939612136a49a01 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Wed, 17 Sep 2014 11:51:51 -0500 Subject: fix flint++ warnings --- include/datetime/actions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/datetime/actions.h') diff --git a/include/datetime/actions.h b/include/datetime/actions.h index f59ef67..87cb676 100644 --- a/include/datetime/actions.h +++ b/include/datetime/actions.h @@ -61,7 +61,7 @@ public: const std::shared_ptr state() const; protected: - Actions(const std::shared_ptr& state); + explicit Actions(const std::shared_ptr& state); virtual ~Actions(); private: -- cgit v1.2.3