diff options
Diffstat (limited to 'src/gui/helpwindow.h')
-rw-r--r-- | src/gui/helpwindow.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/helpwindow.h b/src/gui/helpwindow.h index 1a3d0a6d7..75608a435 100644 --- a/src/gui/helpwindow.h +++ b/src/gui/helpwindow.h @@ -57,6 +57,8 @@ class HelpWindow final : public Window, public LinkHandler, */ HelpWindow(); + A_DELETE_COPY(HelpWindow); + /** * Called when receiving actions from the widgets. */ |