From 45f77fd60f71322b288a4497dea5b583b2692613 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 26 Sep 2013 12:42:21 +0300 Subject: Change destructors to virtual in all basic classes. Also add some missing final to classes. --- src/resources/imageset.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/resources') diff --git a/src/resources/imageset.h b/src/resources/imageset.h index e8e4438b6..693e035db 100644 --- a/src/resources/imageset.h +++ b/src/resources/imageset.h @@ -48,7 +48,7 @@ class ImageSet : public Resource /** * Destructor. */ - ~ImageSet(); + virtual ~ImageSet(); /** * Returns the width of the images in the image set. -- cgit v1.2.3-70-g09d2