summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--views/widget/root_view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/widget/root_view.h b/views/widget/root_view.h
index bf81536..bf47c42 100644
--- a/views/widget/root_view.h
+++ b/views/widget/root_view.h
@@ -345,7 +345,7 @@ class RootView : public View,
GestureManager* gesture_manager_;
// The view currently handling touch events.
- View *touch_pressed_handler_;
+ View* touch_pressed_handler_;
#endif
#ifndef NDEBUG