diff options
Diffstat (limited to 'src/tileset.h')
-rw-r--r-- | src/tileset.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tileset.h b/src/tileset.h index 577fe7937..0bd2c48f2 100644 --- a/src/tileset.h +++ b/src/tileset.h @@ -43,7 +43,7 @@ class Tileset final : public ImageSet { } - A_DELETE_COPY(Tileset); + A_DELETE_COPY(Tileset) /** * Returns the first gid. |