Fix wrong assignment

This commit is contained in:
Daniel Marjamäki 2019-04-14 07:27:23 +02:00
parent a0dd853642
commit 0cc2b5ca14
1 changed files with 1 additions and 1 deletions

View File

@ -1003,7 +1003,7 @@ bool ImportProject::importCppcheckGuiProject(std::istream &istr, Settings *setti
std::list<std::string> suppressions;
Settings temp;
guiProject.analyzeAllVsConfigs = false;
guiProject.analyzeAllVsConfigs.clear();
for (const tinyxml2::XMLElement *node = rootnode->FirstChildElement(); node; node = node->NextSiblingElement()) {
if (strcmp(node->Name(), RootPathName) == 0 && node->Attribute(RootPathNameAttrib))