Skip to content
Snippets Groups Projects
Commit d2878523 authored by Adam Wardynski's avatar Adam Wardynski
Browse files

...and here, too.

parent 73d39415
Branches
No related merge requests found
...@@ -57,7 +57,7 @@ public: ...@@ -57,7 +57,7 @@ public:
* Const version. * Const version.
* @note Indexing is assumed from 1. * @note Indexing is assumed from 1.
*/ */
const boost::shared_ptr<const Match>& submatch(size_t idx) const; const boost::shared_ptr<const Match> submatch(size_t idx) const;
void clear() { void clear() {
matches_.clear(); matches_.clear();
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment