From 924921ee3b7812feb236e748abf90b7eab62780e Mon Sep 17 00:00:00 2001 From: Ivan Donchevskii Date: Fri, 12 Jan 2018 11:20:06 +0100 Subject: [PATCH] Fix build Fails on macos after 98fa7cbb3f0269032ff68b172c7de82a46178875 Change-Id: I554c716219f6461960c526ef3ed5d5d7c29efc37 Reviewed-by: Marco Bubke --- src/libs/clangsupport/clangpathwatcher.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libs/clangsupport/clangpathwatcher.h b/src/libs/clangsupport/clangpathwatcher.h index 13e026ee092..127dc18e9c0 100644 --- a/src/libs/clangsupport/clangpathwatcher.h +++ b/src/libs/clangsupport/clangpathwatcher.h @@ -458,7 +458,7 @@ unittest_public: private: IdCache m_idCache; WatcherEntries m_watchedEntries; - ChangedFilePathCompressor m_changedFilePathCompressor{}; + ChangedFilePathCompressor m_changedFilePathCompressor; FileSystemWatcher m_fileSystemWatcher; FilePathCachingInterface &m_pathCache; ClangPathWatcherNotifier *m_notifier;