diff options
Diffstat (limited to 'src/gui/viewport.h')
-rw-r--r-- | src/gui/viewport.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/viewport.h b/src/gui/viewport.h index 89833d20e..2803b1b97 100644 --- a/src/gui/viewport.h +++ b/src/gui/viewport.h @@ -70,7 +70,7 @@ class Viewport final : public WindowContainer, */ Viewport(); - A_DELETE_COPY(Viewport); + A_DELETE_COPY(Viewport) /** * Destructor. |