summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r--Source/cmMakefile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h
index 51cf3c5..7dee07b 100644
--- a/Source/cmMakefile.h
+++ b/Source/cmMakefile.h
@@ -420,7 +420,7 @@ private:
// to the m_Classes array
void PrintStringVector(const char* s, std::vector<std::string>& v);
void AddDefaultCommands();
-
+ void AddDefaultDefinitions();
};