From d28785231f601d9bdf482cff80052c4a7818a405 Mon Sep 17 00:00:00 2001 From: Adam Wardynski <award@.(win7-laptop)> Date: Thu, 21 Apr 2011 15:30:17 +0200 Subject: [PATCH] ...and here, too. --- libwccl/values/matchvector.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libwccl/values/matchvector.h b/libwccl/values/matchvector.h index b465cd1..2519ae6 100644 --- a/libwccl/values/matchvector.h +++ b/libwccl/values/matchvector.h @@ -57,7 +57,7 @@ public: * Const version. * @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() { matches_.clear(); -- GitLab