summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r--Source/cmMakefile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h
index dbfe6a6..092d742 100644
--- a/Source/cmMakefile.h
+++ b/Source/cmMakefile.h
@@ -163,6 +163,7 @@ public:
* Add a define flag to the build.
*/
void AddDefineFlag(const char* definition);
+ void RemoveDefineFlag(const char* definition);
/**
* Add an executable to the build.