Style: Use this-> when invoking member function.

This commit is contained in:
Stephen Kelly 2013-12-26 08:06:36 +01:00
parent 6db7e6d24c
commit 5b6e9bea19
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ bool cmIncludeDirectoryCommand
std::vector<std::string> includes;
GetIncludes(*i, includes);
this->GetIncludes(*i, includes);
if (before)
{