diff options
Diffstat (limited to 'views/view.h')
-rw-r--r-- | views/view.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/view.h b/views/view.h index 967ce22..8075378 100644 --- a/views/view.h +++ b/views/view.h @@ -1180,7 +1180,7 @@ class View : public AcceleratorTarget { // [0, registered_accelerator_count_) are already registered to FocusManager, // and the rest are not yet. scoped_ptr<std::vector<Accelerator> > accelerators_; - int registered_accelerator_count_; + size_t registered_accelerator_count_; // The menu controller. ContextMenuController* context_menu_controller_; |