From 869e477484befd0c200c73103ff9bc224d3a47df Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 4 May 2015 12:03:03 +0100 Subject: cppcheck: noExplicitConstructor Change-Id: Iea5bb0504518b380c3fe7c238d376dc26be8a7ef --- animations/source/animcore/animcore.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'animations/source') diff --git a/animations/source/animcore/animcore.cxx b/animations/source/animcore/animcore.cxx index 6a1d338941db..429c866e84b7 100644 --- a/animations/source/animcore/animcore.cxx +++ b/animations/source/animcore/animcore.cxx @@ -354,7 +354,7 @@ private: class TimeContainerEnumeration : public ::cppu::WeakImplHelper1< XEnumeration > { public: - TimeContainerEnumeration( const ChildList_t &rChildren ); + explicit TimeContainerEnumeration( const ChildList_t &rChildren ); virtual ~TimeContainerEnumeration(); // Methods -- cgit