diff options
Diffstat (limited to 'src/gui/textdialog.h')
-rw-r--r-- | src/gui/textdialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/textdialog.h b/src/gui/textdialog.h index 2cd95d1e8..7f3f7119f 100644 --- a/src/gui/textdialog.h +++ b/src/gui/textdialog.h @@ -47,7 +47,7 @@ public: TextDialog(const std::string &title, const std::string &msg, Window *const parent = nullptr, const bool isPassword = false); - A_DELETE_COPY(TextDialog); + A_DELETE_COPY(TextDialog) ~TextDialog(); |