cmMakefile: Fix style

This commit is contained in:
Stephen Kelly 2015-10-25 15:04:07 +01:00
parent 91a829c165
commit 958508bb1f
1 changed files with 1 additions and 1 deletions

View File

@ -2207,7 +2207,7 @@ void cmMakefile::AddSourceGroup(const std::string& name,
{
std::vector<std::string> nameVector;
nameVector.push_back(name);
AddSourceGroup(nameVector, regex);
this->AddSourceGroup(nameVector, regex);
}
void cmMakefile::AddSourceGroup(const std::vector<std::string>& name,