summaryrefslogtreecommitdiff
path: root/src/gui/textdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/textdialog.h')
-rw-r--r--src/gui/textdialog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/textdialog.h b/src/gui/textdialog.h
index c9f3b150d..33c9a5bd1 100644
--- a/src/gui/textdialog.h
+++ b/src/gui/textdialog.h
@@ -51,6 +51,8 @@ public:
TextDialog(const std::string &title, const std::string &msg,
Window *const parent = nullptr, const bool isPassword = false);
+ A_DELETE_COPY(TextDialog);
+
~TextDialog();
/**