diff options
Diffstat (limited to 'Source/cmSourceGroup.h')
-rw-r--r-- | Source/cmSourceGroup.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmSourceGroup.h b/Source/cmSourceGroup.h index 86a7b19..d5627ee 100644 --- a/Source/cmSourceGroup.h +++ b/Source/cmSourceGroup.h @@ -74,12 +74,12 @@ public: /** * Map from command to its output/depends sets. */ - typedef std::map<std::string, CommandFiles> Commands; + typedef std::map<cmStdString, CommandFiles> Commands; /** * Map from source to command map. */ - typedef std::map<std::string, Commands> BuildRules; + typedef std::map<cmStdString, Commands> BuildRules; bool Matches(const char* name); void SetGroupRegex(const char* regex) |