summaryrefslogtreecommitdiffstats
path: root/Source/cmGlob.h
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2004-09-15 18:08:09 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2004-09-15 18:08:09 (GMT)
commitf545c5149fbc2034ca057cbb8a6e0823797a6c2c (patch)
treebf2415be2ae10ed1bc821e0979a7c2dc9de6a477 /Source/cmGlob.h
parentdf82ea0ad0bb2501fbc6e53396716f9329ca8a74 (diff)
downloadCMake-f545c5149fbc2034ca057cbb8a6e0823797a6c2c.zip
CMake-f545c5149fbc2034ca057cbb8a6e0823797a6c2c.tar.gz
CMake-f545c5149fbc2034ca057cbb8a6e0823797a6c2c.tar.bz2
ENH: Remove double slash
Diffstat (limited to 'Source/cmGlob.h')
-rw-r--r--Source/cmGlob.h3
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);