46a47,52
> ObjectMatch::add(const ObjectMatch &other)
> {
> tokens.insert(tokens.end(), other.tokens.begin(), other.tokens.end());
> }
>
> void