summaryrefslogtreecommitdiff
path: root/extractor/phrase_location.h
diff options
context:
space:
mode:
authorPaul Baltescu <pauldb89@gmail.com>2013-02-01 16:11:10 +0000
committerPaul Baltescu <pauldb89@gmail.com>2013-02-01 16:11:10 +0000
commit0a53f7eca74c165b5ce1c238f1999ddf1febea55 (patch)
tree5a5231767bc2f92203711ab4aee75336b8bc2175 /extractor/phrase_location.h
parent5530575ae0ad939e17f08d6bd49978acea388ab7 (diff)
Second working commit.
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();