diff options
Diffstat (limited to 'Source/cmGlob.h')
-rw-r--r-- | Source/cmGlob.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmGlob.h b/Source/cmGlob.h index 125cd73..62e9d94 100644 --- a/Source/cmGlob.h +++ b/Source/cmGlob.h @@ -51,7 +51,8 @@ protected: //! Process last directory, but only when recurse flags is on. That is // effectively like saying: /path/to/file/**/file - void RecurseDirectory(const std::string& dir, bool dir_only); + void RecurseDirectory(std::string::size_type start, + const std::string& dir, bool dir_only); //! Escape all non-alphanumeric characters in pattern. void Escape(int ch, char* buffer); |