diff options
Diffstat (limited to 'Glob.hxx.in')
-rw-r--r-- | Glob.hxx.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Glob.hxx.in b/Glob.hxx.in index 88c343c..d8b8491 100644 --- a/Glob.hxx.in +++ b/Glob.hxx.in @@ -91,10 +91,10 @@ protected: const kwsys_stl::string& dir); //! Add regular expression - void AddExpression(const char* expr); + void AddExpression(const kwsys_stl::string& expr); //! Add a file to the list - void AddFile(kwsys_stl::vector<kwsys_stl::string>& files, const char* file); + void AddFile(kwsys_stl::vector<kwsys_stl::string>& files, const kwsys_stl::string& file); GlobInternals* Internals; bool Recurse; |