diff options
Diffstat (limited to 'src/gui/editdialog.h')
-rw-r--r-- | src/gui/editdialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/editdialog.h b/src/gui/editdialog.h index e42743f5f..4d32c1ff9 100644 --- a/src/gui/editdialog.h +++ b/src/gui/editdialog.h @@ -51,7 +51,7 @@ 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); + A_DELETE_COPY(EditDialog) /** * Called when receiving actions from the widgets. |