summaryrefslogtreecommitdiff
path: root/extractor/phrase_location.h
diff options
context:
space:
mode:
Diffstat (limited to 'extractor/phrase_location.h')
-rw-r--r--extractor/phrase_location.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/extractor/phrase_location.h b/extractor/phrase_location.h
index 96004b33..e04d8628 100644
--- a/extractor/phrase_location.h
+++ b/extractor/phrase_location.h
@@ -9,7 +9,7 @@ using namespace std;
struct PhraseLocation {
PhraseLocation(int sa_low = -1, int sa_high = -1);
- PhraseLocation(shared_ptr<vector<int> > matchings, int num_subpatterns);
+ PhraseLocation(const vector<int>& matchings, int num_subpatterns);
bool IsEmpty();