diff options
Diffstat (limited to 'LibGUI/GInputBox.h')
-rw-r--r-- | LibGUI/GInputBox.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/LibGUI/GInputBox.h b/LibGUI/GInputBox.h index e5b70c1591..94de894040 100644 --- a/LibGUI/GInputBox.h +++ b/LibGUI/GInputBox.h @@ -12,6 +12,8 @@ public: String text_value() const { return m_text_value; } + virtual const char* class_name() const override { return "GInputBox"; } + private: void build(); String m_prompt; |