diff options
Diffstat (limited to 'views/events')
-rw-r--r-- | views/events/event.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/events/event.h b/views/events/event.h index ef5f256..2a11d37 100644 --- a/views/events/event.h +++ b/views/events/event.h @@ -257,7 +257,7 @@ class TouchEvent : public LocatedEvent { // from |source| coordinate system to |target| coordinate system. TouchEvent(const TouchEvent& model, View* source, View* target); - bool identity() const { return touch_id_; } + int identity() const { return touch_id_; } private: friend class RootView; |