Style: Use this-> when invoking member function.
This commit is contained in:
parent
6db7e6d24c
commit
5b6e9bea19
|
@ -55,7 +55,7 @@ bool cmIncludeDirectoryCommand
|
||||||
|
|
||||||
std::vector<std::string> includes;
|
std::vector<std::string> includes;
|
||||||
|
|
||||||
GetIncludes(*i, includes);
|
this->GetIncludes(*i, includes);
|
||||||
|
|
||||||
if (before)
|
if (before)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue