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 fe269f2d0..943321864 100644 --- a/src/tileset.h +++ b/src/tileset.h @@ -30,7 +30,7 @@ /** * A tileset, which is basically just an image set but it stores a firstgid. */ -class Tileset : public ImageSet +class Tileset final : public ImageSet { public: /** |