diff options
Diffstat (limited to 'Source/cmBorlandMakefileGenerator.h')
-rw-r--r-- | Source/cmBorlandMakefileGenerator.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmBorlandMakefileGenerator.h b/Source/cmBorlandMakefileGenerator.h index a0fa56d..f369101 100644 --- a/Source/cmBorlandMakefileGenerator.h +++ b/Source/cmBorlandMakefileGenerator.h @@ -80,6 +80,8 @@ private: const char* target, const char* depends, const char* command); + + std::string EscapeSpaces(const char* str); private: bool m_CacheOnly; bool m_Recurse; |