diff options
Diffstat (limited to 'src/gui/setup_video.h')
-rw-r--r-- | src/gui/setup_video.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/setup_video.h b/src/gui/setup_video.h index 9b0fec0e4..e00495655 100644 --- a/src/gui/setup_video.h +++ b/src/gui/setup_video.h @@ -49,7 +49,7 @@ class Setup_Video final : public SetupTab, public gcn::KeyListener public: Setup_Video(); - A_DELETE_COPY(Setup_Video); + A_DELETE_COPY(Setup_Video) ~Setup_Video(); |