diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-07-20 13:06:13 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-07-20 14:26:54 +0100 |
commit | 75938aff3848edb9fc705a70d79e9221b2c05c3a (patch) | |
tree | cfc18316289dd6bba97c411680860ee8f65af80b /dbaccess/source/ui/dlg/odbcconfig.hxx | |
parent | ba9e005e71dbe71319d2ee5ab46495c26044454b (diff) |
cppcheck: noExplicitConstructor
Change-Id: I45f2d96c7bd558405d0b5dfea3beb97ad720a82b
Diffstat (limited to 'dbaccess/source/ui/dlg/odbcconfig.hxx')
-rw-r--r-- | dbaccess/source/ui/dlg/odbcconfig.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/dlg/odbcconfig.hxx b/dbaccess/source/ui/dlg/odbcconfig.hxx index 1631b714be6c..3da0b739f575 100644 --- a/dbaccess/source/ui/dlg/odbcconfig.hxx +++ b/dbaccess/source/ui/dlg/odbcconfig.hxx @@ -108,7 +108,7 @@ class OOdbcManagement Link<> m_aAsyncFinishCallback; public: - OOdbcManagement( const Link<>& _rAsyncFinishCallback ); + explicit OOdbcManagement( const Link<>& _rAsyncFinishCallback ); ~OOdbcManagement(); bool manageDataSources_async(); |