diff options
author | Paul Baltescu <pauldb89@gmail.com> | 2013-06-25 17:28:54 +0100 |
---|---|---|
committer | Paul Baltescu <pauldb89@gmail.com> | 2013-06-25 17:28:54 +0100 |
commit | 36bc55a33b5f075f6479c64f94d60ecbbd1f3270 (patch) | |
tree | b32b113529eac6ed35458bb2675850343a16432d /extractor/mocks | |
parent | cd4dbb5c0b581efb0369330ea330f2b473628a96 (diff) |
Undo last commit.
Diffstat (limited to 'extractor/mocks')
-rw-r--r-- | extractor/mocks/mock_precomputation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extractor/mocks/mock_precomputation.h b/extractor/mocks/mock_precomputation.h index 86f4ce27..8753343e 100644 --- a/extractor/mocks/mock_precomputation.h +++ b/extractor/mocks/mock_precomputation.h @@ -6,7 +6,7 @@ namespace extractor { class MockPrecomputation : public Precomputation { public: - MOCK_CONST_METHOD0(GetCollocations, Collocations()); + MOCK_CONST_METHOD0(GetCollocations, const Index&()); }; } // namespace extractor |