summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/GDialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'Libraries/LibGUI/GDialog.h')
-rw-r--r--Libraries/LibGUI/GDialog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Libraries/LibGUI/GDialog.h b/Libraries/LibGUI/GDialog.h
index a0e9a2cb46..6b3bbb7f04 100644
--- a/Libraries/LibGUI/GDialog.h
+++ b/Libraries/LibGUI/GDialog.h
@@ -19,6 +19,8 @@ public:
int result() const { return m_result; }
void done(int result);
+ virtual void close() override;
+
protected:
explicit GDialog(CObject* parent);