Explorar o código

Style: Use this-> when invoking member function.

Stephen Kelly %!s(int64=11) %!d(string=hai) anos
pai
achega
5b6e9bea19
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Source/cmIncludeDirectoryCommand.cxx

+ 1 - 1
Source/cmIncludeDirectoryCommand.cxx

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