From cd4dbb5c0b581efb0369330ea330f2b473628a96 Mon Sep 17 00:00:00 2001 From: Paul Baltescu Date: Tue, 25 Jun 2013 15:13:30 +0100 Subject: Reduce memory used by precomputation. --- extractor/mocks/mock_precomputation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extractor/mocks') diff --git a/extractor/mocks/mock_precomputation.h b/extractor/mocks/mock_precomputation.h index 8753343e..86f4ce27 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, const Index&()); + MOCK_CONST_METHOD0(GetCollocations, Collocations()); }; } // namespace extractor -- cgit v1.2.3