summaryrefslogtreecommitdiffstats
path: root/configmgr/source/access.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-06-08 16:17:45 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-06-08 17:35:00 +0100
commita941df0f89ab8222ebd22c697e23fb539a3730ed (patch)
treee65d56ab54abbf76d7176e49bab2929d06055433 /configmgr/source/access.hxx
parentWindows MSVC: cannot specify explicit initializer for arrays (diff)
downloadcore-a941df0f89ab8222ebd22c697e23fb539a3730ed.tar.gz
core-a941df0f89ab8222ebd22c697e23fb539a3730ed.zip
cppcheck: noExplicitConstructor
Change-Id: Ie2ae923ad4c1a66e779711de6ff05328ef144dac
Diffstat (limited to 'configmgr/source/access.hxx')
-rw-r--r--configmgr/source/access.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/configmgr/source/access.hxx b/configmgr/source/access.hxx
index ba197b7c16d4..8b864c6a27fc 100644
--- a/configmgr/source/access.hxx
+++ b/configmgr/source/access.hxx
@@ -426,7 +426,7 @@ public:
com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
protected:
- Access(Components & components);
+ explicit Access(Components & components);
virtual ~Access();