summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-07-25 10:27:49 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-07-27 11:02:28 +0100
commit93f9a32cdf720ee76f56f987a1ded2fd89145659 (patch)
treeaec5db5970a272b0d60244c46e6c3939201159c3 /starmath
parent80ee8f832f8247f9189270121fc4b3fe64a9be71 (diff)
cppcheck: noExplicitConstructor
Change-Id: Id0a6cd461b2ba56e3b9b944514f3b0d0eb75cc44
Diffstat (limited to 'starmath')
-rw-r--r--starmath/source/uiobject.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/uiobject.hxx b/starmath/source/uiobject.hxx
index 1975b8887222..4ad22491d48c 100644
--- a/starmath/source/uiobject.hxx
+++ b/starmath/source/uiobject.hxx
@@ -42,7 +42,7 @@ private:
public:
- ElementSelectorUIObject(VclPtr<SmElementsControl> xElementSelector);
+ explicit ElementSelectorUIObject(VclPtr<SmElementsControl> xElementSelector);
virtual StringMap get_state() override;