summaryrefslogtreecommitdiffstats
path: root/views/controls/textfield/textfield.h
diff options
context:
space:
mode:
Diffstat (limited to 'views/controls/textfield/textfield.h')
-rw-r--r--views/controls/textfield/textfield.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/controls/textfield/textfield.h b/views/controls/textfield/textfield.h
index bbd9104..a008bea 100644
--- a/views/controls/textfield/textfield.h
+++ b/views/controls/textfield/textfield.h
@@ -183,10 +183,10 @@ class Textfield : 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 text field.
NativeTextfieldWrapper* native_wrapper_;
+ private:
// This is the current listener for events from this Textfield.
Controller* controller_;