diff options
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r-- | Source/cmMakefile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index 2d4e61f..3fa9951 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -740,7 +740,7 @@ public: // push and pop variable scopes void PushScope(); void PopScope(); - void RaiseScope(const char *var); + void RaiseScope(const char *var, const char *value); protected: // add link libraries and directories to the target |