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 /scripting/source | |
parent | 79a1ba61e4753758f66ba25b128aeff96ea716c9 (diff) |
cppcheck: noExplicitConstructor
Change-Id: Ib43e53d5b6c9c130adb765ac9b769f58060ac640
Diffstat (limited to 'scripting/source')
-rw-r--r-- | scripting/source/stringresource/stringresource.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripting/source/stringresource/stringresource.cxx b/scripting/source/stringresource/stringresource.cxx index 0e383b044d0f..5a93fc7fcb29 100644 --- a/scripting/source/stringresource/stringresource.cxx +++ b/scripting/source/stringresource/stringresource.cxx @@ -1250,7 +1250,7 @@ class BinaryOutput Reference< io::XOutputStream > m_xOutputStream; public: - BinaryOutput( Reference< XComponentContext > xContext ); + explicit BinaryOutput( Reference< XComponentContext > xContext ); Reference< io::XOutputStream > getOutputStream() const { return m_xOutputStream; } |