diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-07-20 10:07:53 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-07-20 10:28:30 +0100 |
commit | ff3a3bfd4bbd2fdabea887e1739faacd79aefa64 (patch) | |
tree | 80b8c99e96363118634415da449021ce596b4c1c /connectivity | |
parent | 63c29ff0adfc3893adf8bcb8934720312aaf11e8 (diff) |
cppcheck: noExplicitConstructor
Change-Id: Ib9373a5a75eea998a86156ff742e7950369ddc88
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/commontools/RowFunctionParser.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/commontools/RowFunctionParser.cxx b/connectivity/source/commontools/RowFunctionParser.cxx index 5abaaaa35393..7efeb9cd3a32 100644 --- a/connectivity/source/commontools/RowFunctionParser.cxx +++ b/connectivity/source/commontools/RowFunctionParser.cxx @@ -228,7 +228,7 @@ class UnaryFunctionExpression : public ExpressionNode ExpressionNodeSharedPtr mpArg; public: - UnaryFunctionExpression( const ExpressionNodeSharedPtr& rArg ) : + explicit UnaryFunctionExpression( const ExpressionNodeSharedPtr& rArg ) : mpArg( rArg ) { } |