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 /cui | |
parent | dfb73ede137c8232f749f701219d64b134e9e965 (diff) |
cppcheck: noExplicitConstructor
Change-Id: Ic6407a57440fbd887f9ec9d5963e5748aa89a29e
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/options/optgenrl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/options/optgenrl.cxx b/cui/source/options/optgenrl.cxx index 8703b989e766..bd67adbb8c19 100644 --- a/cui/source/options/optgenrl.cxx +++ b/cui/source/options/optgenrl.cxx @@ -166,7 +166,7 @@ struct SvxGeneralTabPage::Row unsigned nFirstField, nLastField; public: - Row (FixedText *pLabel_) + explicit Row (FixedText *pLabel_) : pLabel(pLabel_) , nFirstField(0) , nLastField(0) |