diff options
Diffstat (limited to 'src/gui/quitdialog.h')
-rw-r--r-- | src/gui/quitdialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/quitdialog.h b/src/gui/quitdialog.h index 05f6e0139..a47808d04 100644 --- a/src/gui/quitdialog.h +++ b/src/gui/quitdialog.h @@ -53,7 +53,7 @@ class QuitDialog final : public Window, public gcn::ActionListener, */ QuitDialog(QuitDialog **const pointerToMe); - A_DELETE_COPY(QuitDialog); + A_DELETE_COPY(QuitDialog) /** * Destructor |