diff options
Diffstat (limited to 'Source/kwsys/RegularExpression.cxx')
-rw-r--r-- | Source/kwsys/RegularExpression.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/kwsys/RegularExpression.cxx b/Source/kwsys/RegularExpression.cxx index 726edc3..5a2a5e8 100644 --- a/Source/kwsys/RegularExpression.cxx +++ b/Source/kwsys/RegularExpression.cxx @@ -840,7 +840,7 @@ void regdump (); static char* regprop (); #endif -bool RegularExpression::find (kwsys_std::string const& s) +bool RegularExpression::find (kwsys_stl::string const& s) { return find(s.c_str()); } |