summaryrefslogtreecommitdiff
path: root/extractor/mocks/mock_alignment.h
diff options
context:
space:
mode:
Diffstat (limited to 'extractor/mocks/mock_alignment.h')
-rw-r--r--extractor/mocks/mock_alignment.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/extractor/mocks/mock_alignment.h b/extractor/mocks/mock_alignment.h
index 4a5077ad..3d745e9d 100644
--- a/extractor/mocks/mock_alignment.h
+++ b/extractor/mocks/mock_alignment.h
@@ -2,9 +2,13 @@
#include "../alignment.h"
+namespace extractor {
+
typedef vector<pair<int, int> > SentenceLinks;
class MockAlignment : public Alignment {
public:
MOCK_CONST_METHOD1(GetLinks, SentenceLinks(int sentence_id));
};
+
+} // namespace extractor