summaryrefslogtreecommitdiffstats
path: root/views/controls/combobox/combobox.h
diff options
context:
space:
mode:
Diffstat (limited to 'views/controls/combobox/combobox.h')
-rw-r--r--views/controls/combobox/combobox.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/views/controls/combobox/combobox.h b/views/controls/combobox/combobox.h
index 2196974..a66e379 100644
--- a/views/controls/combobox/combobox.h
+++ b/views/controls/combobox/combobox.h
@@ -67,11 +67,11 @@ class Combobox : public View {
virtual void ViewHierarchyChanged(bool is_add, View* parent,
View* child);
virtual std::string GetClassName() const;
-
- private:
+
// The object that actually implements the native combobox.
NativeComboboxWrapper* native_wrapper_;
+ private:
// Our model.
Model* model_;