logic: Fixed source files within CDB not indexed unless within Indexed Header Paths
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#include "TestFileRegister.h"
|
||||
|
||||
TestFileRegister::TestFileRegister()
|
||||
: FileRegister(FileRegisterStateData(), std::set<FilePath>(), std::set<FilePath>())
|
||||
: FileRegister(FileRegisterStateData(), FilePath(), std::set<FilePath>(), std::set<FilePath>())
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user