| Index: examples/nesting_app/nesting_app.cc
|
| diff --git a/examples/nesting_app/nesting_app.cc b/examples/nesting_app/nesting_app.cc
|
| index 0d8c72112b4f0e1723b2aa36c69a8d46f98756f2..30ae0bdbbc984a16a8593f4aa98d75f706aabfea 100644
|
| --- a/examples/nesting_app/nesting_app.cc
|
| +++ b/examples/nesting_app/nesting_app.cc
|
| @@ -84,7 +84,7 @@ class NestingApp
|
| nested_ = NULL;
|
| }
|
| void OnViewInputEvent(View* view, const EventPtr& event) override {
|
| - if (event->action == EVENT_TYPE_POINTER_UP)
|
| + if (event->action == EventType::POINTER_UP)
|
| window_manager_->CloseWindow(view->id());
|
| }
|
|
|
|
|