Fix build

Fails on macos after 98fa7cbb3f

Change-Id: I554c716219f6461960c526ef3ed5d5d7c29efc37
Reviewed-by: Marco Bubke <marco.bubke@qt.io>
This commit is contained in:
Ivan Donchevskii
2018-01-12 11:20:06 +01:00
committed by Marco Bubke
parent adcc3f0b76
commit 924921ee3b

View File

@@ -458,7 +458,7 @@ unittest_public:
private:
IdCache m_idCache;
WatcherEntries m_watchedEntries;
ChangedFilePathCompressor<Timer> m_changedFilePathCompressor{};
ChangedFilePathCompressor<Timer> m_changedFilePathCompressor;
FileSystemWatcher m_fileSystemWatcher;
FilePathCachingInterface &m_pathCache;
ClangPathWatcherNotifier *m_notifier;