diff options
Diffstat (limited to 'Source/cmLocalUnixMakefileGenerator.h')
-rw-r--r-- | Source/cmLocalUnixMakefileGenerator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator.h b/Source/cmLocalUnixMakefileGenerator.h index 4cdb8b0..ec44e54 100644 --- a/Source/cmLocalUnixMakefileGenerator.h +++ b/Source/cmLocalUnixMakefileGenerator.h @@ -159,7 +159,7 @@ protected: const char* target1, const char* target2, const char* depend, - const std::vector<std::string>& + const std::vector<std::pair<cmStdString, bool> >& SubDirectories, bool silent = false); |