diff options
Diffstat (limited to 'src/gui/widgets/textfield.cpp')
-rw-r--r-- | src/gui/widgets/textfield.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/textfield.cpp b/src/gui/widgets/textfield.cpp index 72ff8ea87..dc8b107c4 100644 --- a/src/gui/widgets/textfield.cpp +++ b/src/gui/widgets/textfield.cpp @@ -98,7 +98,7 @@ TextField::TextField(const Widget2 *restrict const widget, const bool loseFocusOnTab, ActionListener *restrict const listener, const std::string &restrict eventId, - const bool sendAlwaysEvents): + const bool sendAlwaysEvents) : Widget(widget), FocusListener(), KeyListener(), |