mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 12:49:50 -05:00
Style: Use this-> when invoking member function.
This commit is contained in:
@@ -55,7 +55,7 @@ bool cmIncludeDirectoryCommand
|
||||
|
||||
std::vector<std::string> includes;
|
||||
|
||||
GetIncludes(*i, includes);
|
||||
this->GetIncludes(*i, includes);
|
||||
|
||||
if (before)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user