diff options
Diffstat (limited to 'Source/cmSourceGroup.h')
-rw-r--r-- | Source/cmSourceGroup.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmSourceGroup.h b/Source/cmSourceGroup.h index 6b76bac..854d174 100644 --- a/Source/cmSourceGroup.h +++ b/Source/cmSourceGroup.h @@ -74,7 +74,8 @@ public: bool MatchesFiles(const char* name); /** - * Check if the given name matches this group's explicit file list in children. + * Check if the given name matches this group's explicit file list + * in children. */ cmSourceGroup *MatchChildrenFiles(const char *name); |