From 14e25b614dd40ac66805c10f9a6b8adf33ba4348 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Sat, 8 Dec 2001 20:49:25 -0500 Subject: WAR: remove warning --- Source/cmUnixMakefileGenerator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmUnixMakefileGenerator.h b/Source/cmUnixMakefileGenerator.h index b5a3901..e7f771e 100644 --- a/Source/cmUnixMakefileGenerator.h +++ b/Source/cmUnixMakefileGenerator.h @@ -165,7 +165,7 @@ protected: void SetSharedLibraryExtension(const char* e) {m_SharedLibraryExtension = e;} void SetLibraryPrefix(const char* e) { m_LibraryPrefix = e;} virtual std::string ConvertToNativePath(const char* s) { return s; } - std::string cmUnixMakefileGenerator::CreateTargetRules(const cmTarget &target, + std::string CreateTargetRules(const cmTarget &target, const char* targetName); protected: std::string m_ExecutableOutputPath; -- cgit v0.12