diff options
Diffstat (limited to 'src/match.cpp')
-rw-r--r-- | src/match.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/match.cpp b/src/match.cpp index 663bd69..ff46aae 100644 --- a/src/match.cpp +++ b/src/match.cpp @@ -566,6 +566,8 @@ MatchGroupOp::operator= (const MatchGroupOp &gr) break; } } + + return *this; } PrivateMatch::PrivateMatch () : |