summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalUnixMakefileGenerator3.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmLocalUnixMakefileGenerator3.h')
-rw-r--r--Source/cmLocalUnixMakefileGenerator3.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator3.h b/Source/cmLocalUnixMakefileGenerator3.h
index 9f1898f..39f4048 100644
--- a/Source/cmLocalUnixMakefileGenerator3.h
+++ b/Source/cmLocalUnixMakefileGenerator3.h
@@ -215,10 +215,10 @@ protected:
std::string& depMarkFile);
// return the appropriate depends checker
- static cmDepends* GetDependsChecker(const std::string& lang,
- const char* dir,
- const char* objFile,
- bool verbose);
+ cmDepends* GetDependsChecker(const std::string& lang,
+ const char* dir,
+ const char* objFile,
+ bool verbose);
std::string GenerateCustomRuleFile(const cmCustomCommand& cc,