summaryrefslogtreecommitdiff
path: root/src/input_handler.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/input_handler.cc')
-rw-r--r--src/input_handler.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input_handler.cc b/src/input_handler.cc
index 8592e94d..7f7a26ba 100644
--- a/src/input_handler.cc
+++ b/src/input_handler.cc
@@ -543,7 +543,7 @@ private:
CharCount m_display_pos = 0;
String m_line;
- StringView m_empty_text;
+ StringView m_empty_text = {};
};
class Menu : public InputMode