diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-01-02 20:24:38 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-01-02 20:24:38 +0000 |
commit | f61d3bc92c5a3556f59347a84769ce04d3b22752 (patch) | |
tree | 0fe6a3f9f163aed8f2b804776007ae7383e7c170 /chart2/source/view | |
parent | dfb73ede137c8232f749f701219d64b134e9e965 (diff) |
cppcheck: noExplicitConstructor
Change-Id: Ic6407a57440fbd887f9ec9d5963e5748aa89a29e
Diffstat (limited to 'chart2/source/view')
-rw-r--r-- | chart2/source/view/main/DummyXShape.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/view/main/DummyXShape.hxx b/chart2/source/view/main/DummyXShape.hxx index 993b96ec6ac8..67bcb804cb2e 100644 --- a/chart2/source/view/main/DummyXShape.hxx +++ b/chart2/source/view/main/DummyXShape.hxx @@ -276,7 +276,7 @@ public: class DummyLine3D : public DummyXShape { public: - DummyLine3D(const VLineProperties& rProperties); + explicit DummyLine3D(const VLineProperties& rProperties); }; class DummyLine2D : public DummyXShape |