diff options
Diffstat (limited to 'src/gui/editdialog.h')
-rw-r--r-- | src/gui/editdialog.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/editdialog.h b/src/gui/editdialog.h index 20c88db19..e42743f5f 100644 --- a/src/gui/editdialog.h +++ b/src/gui/editdialog.h @@ -51,6 +51,8 @@ class EditDialog final : public Window, public gcn::ActionListener std::string eventOk = ACTION_EDIT_OK, const int width = 300, Window *const parent = nullptr, const bool modal = true); + A_DELETE_COPY(EditDialog); + /** * Called when receiving actions from the widgets. */ |