From 76d01b44f762357dffe91b0e884687bb34fa537d Mon Sep 17 00:00:00 2001 From: Piotr Dziwinski Date: Tue, 24 Jun 2014 19:51:48 +0200 Subject: [PATCH] Fix test compilation --- test/unit/graphics/core/device_mock.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/unit/graphics/core/device_mock.h b/test/unit/graphics/core/device_mock.h index 9e75daff..498239f7 100644 --- a/test/unit/graphics/core/device_mock.h +++ b/test/unit/graphics/core/device_mock.h @@ -105,4 +105,6 @@ public: MOCK_METHOD1(SetFillMode, void(Gfx::FillMode mode)); MOCK_METHOD0(GetFillMode, Gfx::FillMode()); + + MOCK_CONST_METHOD0(GetFrameBufferPixels, void*()); };