From 9181a5f40cf5ac7d413d5bc3bd6c15cc6d13705f Mon Sep 17 00:00:00 2001 From: Jeff Brown Date: Mon, 6 Jun 2011 21:04:14 -0700 Subject: [PATCH] Fix build. Change-Id: I9ea07637058e2aa74d20d881bc21fea305cc869e --- services/input/tests/InputReader_test.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/input/tests/InputReader_test.cpp b/services/input/tests/InputReader_test.cpp index e85ae1fae1361..aef9fd8a60356 100644 --- a/services/input/tests/InputReader_test.cpp +++ b/services/input/tests/InputReader_test.cpp @@ -101,8 +101,8 @@ private: virtual void setPresentation(Presentation presentation) { } - virtual void setSpots(SpotGesture spotGesture, - const PointerCoords* spotCoords, const uint32_t* spotIdToIndex, BitSet32 spotIdBits) { + virtual void setSpots(const PointerCoords* spotCoords, + const uint32_t* spotIdToIndex, BitSet32 spotIdBits) { } virtual void clearSpots() {