summaryrefslogtreecommitdiff
path: root/animations
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-05-04 12:03:03 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-05-04 20:13:52 +0100
commit869e477484befd0c200c73103ff9bc224d3a47df (patch)
tree0ca84c1d6c2da8555fffefa613b5cd612c1a9ee3 /animations
parentc4ed1eb3ab4480092b21d95edebc10ea010b67e8 (diff)
cppcheck: noExplicitConstructor
Change-Id: Iea5bb0504518b380c3fe7c238d376dc26be8a7ef
Diffstat (limited to 'animations')
-rw-r--r--animations/source/animcore/animcore.cxx2
1 files changed, 1 insertions, 1 deletions
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