From 1d96c9c9c521edfca1d10e4d8c5064f79fda3ec5 Mon Sep 17 00:00:00 2001 From: Paul Baltescu Date: Mon, 13 May 2013 22:32:44 +0100 Subject: Replace > > with >>. --- extractor/phrase_location.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extractor/phrase_location.cc') diff --git a/extractor/phrase_location.cc b/extractor/phrase_location.cc index 678ae270..13140cac 100644 --- a/extractor/phrase_location.cc +++ b/extractor/phrase_location.cc @@ -8,7 +8,7 @@ PhraseLocation::PhraseLocation(int sa_low, int sa_high) : PhraseLocation::PhraseLocation(const vector& matchings, int num_subpatterns) : sa_low(0), sa_high(0), - matchings(make_shared >(matchings)), + matchings(make_shared>(matchings)), num_subpatterns(num_subpatterns) {} bool PhraseLocation::IsEmpty() const { -- cgit v1.2.3