From 4fb9926ebc91082fe0c29a42239a60bc7a1581fd Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 20 Oct 2016 13:23:20 +0200 Subject: Blind fix for "error: chosen constructor is explicit in copy-initialization" ...on linux_clang_dbgutil_64 build Change-Id: I00022749ce12df459ce22333593daa2eb6503fd7 --- comphelper/source/misc/backupfilehelper.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3