summaryrefslogtreecommitdiff
path: root/extractor/mocks/mock_target_phrase_extractor.h
diff options
context:
space:
mode:
Diffstat (limited to 'extractor/mocks/mock_target_phrase_extractor.h')
-rw-r--r--extractor/mocks/mock_target_phrase_extractor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/extractor/mocks/mock_target_phrase_extractor.h b/extractor/mocks/mock_target_phrase_extractor.h
index 6aad853c..a8d45631 100644
--- a/extractor/mocks/mock_target_phrase_extractor.h
+++ b/extractor/mocks/mock_target_phrase_extractor.h
@@ -9,7 +9,7 @@ typedef pair<Phrase, PhraseAlignment> PhraseExtract;
class MockTargetPhraseExtractor : public TargetPhraseExtractor {
public:
MOCK_CONST_METHOD6(ExtractPhrases, vector<PhraseExtract>(
- const vector<pair<int, int> > &, const vector<int>&, int, int,
+ const vector<pair<int, int>>&, const vector<int>&, int, int,
const unordered_map<int, int>&, int));
};