diff options
author | Ken Martin <ken.martin@kitware.com> | 2008-01-03 16:22:33 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2008-01-03 16:22:33 (GMT) |
commit | ac4c2f675a5607839a639d2297002c85351bfbe7 (patch) | |
tree | c859990e5578df97976d80ec535b8f81c250c1a9 /Source/cmMakefile.h | |
parent | c61a3b6fe9580687458fc9687174a1acce4edf77 (diff) | |
download | CMake-ac4c2f675a5607839a639d2297002c85351bfbe7.zip CMake-ac4c2f675a5607839a639d2297002c85351bfbe7.tar.gz CMake-ac4c2f675a5607839a639d2297002c85351bfbe7.tar.bz2 |
ENH: change raise_scope signature to be safer for returned varuables
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 |