diff options
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 | 
