forked from qt-creator/qt-creator
CppTools: Fix compile with gcc7
Amends 18ab828b6b
.
Change-Id: I758e0a584769b665eb7215da5a9f42938d3de5fb
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -476,7 +476,8 @@ class HeaderPathFilterTest
|
||||
public:
|
||||
HeaderPathFilterTest() : project({}, Utils::FilePath::fromString("test"))
|
||||
{
|
||||
const auto headerPaths = {HeaderPath{"", HeaderPathType::BuiltIn},
|
||||
const auto headerPaths = HeaderPaths{
|
||||
HeaderPath{"", HeaderPathType::BuiltIn},
|
||||
HeaderPath{"/builtin_path", HeaderPathType::BuiltIn},
|
||||
HeaderPath{"/system_path", HeaderPathType::System},
|
||||
HeaderPath{"/framework_path", HeaderPathType::Framework},
|
||||
|
Reference in New Issue
Block a user