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

Follow up with last change for the base class, too.

parent 35d7044c
Branches
No related merge requests found
......@@ -37,7 +37,7 @@ public:
/**
* Getter for a submatch at given index (indexing starts from 1).
*/
virtual const boost::shared_ptr<const Match>& submatch(size_t) const {
virtual const boost::shared_ptr<const Match> submatch(size_t) const {
throw WcclError("Getting a submatch is possible only for a MatchVector.");
}
......
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