From 5b6e9bea19ff65387ec18fe8c61e332e95776445 Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Thu, 26 Dec 2013 08:06:36 +0100 Subject: [PATCH] Style: Use this-> when invoking member function. --- Source/cmIncludeDirectoryCommand.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmIncludeDirectoryCommand.cxx b/Source/cmIncludeDirectoryCommand.cxx index 30c174375..e20fe022d 100644 --- a/Source/cmIncludeDirectoryCommand.cxx +++ b/Source/cmIncludeDirectoryCommand.cxx @@ -55,7 +55,7 @@ bool cmIncludeDirectoryCommand std::vector includes; - GetIncludes(*i, includes); + this->GetIncludes(*i, includes); if (before) {