added constness

This commit is contained in:
mattijs 2008-09-28 19:26:15 +01:00
parent 33e30cda6a
commit b973a688d3

View File

@ -100,7 +100,7 @@ public:
// Member functions
//- Matches?
inline bool matches(const string& s)
inline bool matches(const string& s) const
{
size_t nmatch = 0;
regmatch_t *pmatch = NULL;