diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-12-29 19:27:43 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-12-29 19:46:23 +0000 |
commit | bea8a7ad63e6e00c757909702f0439b2ffd3b48a (patch) | |
tree | 423bc1b62e0aedcb308ec26214ece158ae3fe76a /xmlscript/source/xmlflat_imexp | |
parent | 79a1ba61e4753758f66ba25b128aeff96ea716c9 (diff) |
cppcheck: noExplicitConstructor
Change-Id: Ib43e53d5b6c9c130adb765ac9b769f58060ac640
Diffstat (limited to 'xmlscript/source/xmlflat_imexp')
-rw-r--r-- | xmlscript/source/xmlflat_imexp/xmlbas_export.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlscript/source/xmlflat_imexp/xmlbas_export.hxx b/xmlscript/source/xmlflat_imexp/xmlbas_export.hxx index 2747599da2a3..199528bdbbe7 100644 --- a/xmlscript/source/xmlflat_imexp/xmlbas_export.hxx +++ b/xmlscript/source/xmlflat_imexp/xmlbas_export.hxx @@ -48,7 +48,7 @@ namespace xmlscript bool m_bOasis; public: - XMLBasicExporterBase(bool bOasis ); + explicit XMLBasicExporterBase(bool bOasis); virtual ~XMLBasicExporterBase(); // XServiceInfo |