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 efca41e..4452622 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -503,7 +503,7 @@ public: */ const char* GetDefinition(const char*) const; const char* GetSafeDefinition(const char*) const; - + const char* GetRequiredDefinition(const char* name) const; /** * Get the list of all variables in the current space. If argument * cacheonly is specified and is greater than 0, then only cache |