diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-10-20 13:23:20 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-10-20 13:23:20 +0200 |
commit | 4fb9926ebc91082fe0c29a42239a60bc7a1581fd (patch) | |
tree | 37ebcff9c6c7c3f222693d900afdf6649cdd7291 /comphelper/source | |
parent | b441b2013e638314bc9fdb78b0f29575efe51f78 (diff) |
Blind fix for "error: chosen constructor is explicit in copy-initialization"
...on linux_clang_dbgutil_64 build
Change-Id: I00022749ce12df459ce22333593daa2eb6503fd7
Diffstat (limited to 'comphelper/source')
-rw-r--r-- | comphelper/source/misc/backupfilehelper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comphelper/source/misc/backupfilehelper.cxx b/comphelper/source/misc/backupfilehelper.cxx index 9f11db4354e0..50b9cace3bf1 100644 --- a/comphelper/source/misc/backupfilehelper.cxx +++ b/comphelper/source/misc/backupfilehelper.cxx @@ -1990,7 +1990,7 @@ namespace comphelper // but as we are now in SafeMode, use XML infos for this since the // extensions are not loaded from XExtensionManager ExtensionInfo aCurrentExtensionInfo; - const ExtensionInfoEntryVector aToBeEnabled = { }; + const ExtensionInfoEntryVector aToBeEnabled{}; ExtensionInfoEntryVector aToBeDisabled; aCurrentExtensionInfo.createUsingExtensionRegistryEntriesFromXML(maUserConfigWorkURL); |