瀏覽代碼

Style: Use this-> when invoking member function.

Stephen Kelly 11 年之前
父節點
當前提交
5b6e9bea19
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Source/cmIncludeDirectoryCommand.cxx

+ 1 - 1
Source/cmIncludeDirectoryCommand.cxx

@@ -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)
       {
       {