From 499a0bc5b9c7d57c227eaf16d11b14865bd066d5 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 31 May 2014 16:08:42 +0300 Subject: Add missing notfinal/final to classes. --- src/resources/image.h | 2 +- src/resources/imageset.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/resources') diff --git a/src/resources/image.h b/src/resources/image.h index 93c31f935..cd664cebb 100644 --- a/src/resources/image.h +++ b/src/resources/image.h @@ -51,7 +51,7 @@ /** * Defines a class for loading and storing images. */ -class Image : public Resource +class Image notfinal : public Resource { friend class CompoundSprite; friend class Graphics; diff --git a/src/resources/imageset.h b/src/resources/imageset.h index 3d89f48bb..d27cda0cf 100644 --- a/src/resources/imageset.h +++ b/src/resources/imageset.h @@ -34,7 +34,7 @@ class Image; /** * Stores a set of subimages originating from a single image. */ -class ImageSet : public Resource +class ImageSet notfinal : public Resource { public: /** -- cgit v1.2.3-70-g09d2