diff options
Diffstat (limited to 'src/compoundsprite.h')
-rw-r--r-- | src/compoundsprite.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compoundsprite.h b/src/compoundsprite.h index 928a2a08b..4db2adbfb 100644 --- a/src/compoundsprite.h +++ b/src/compoundsprite.h @@ -31,7 +31,7 @@ class Image; typedef std::list <void*> VectorPointers; -class CompoundItem +class CompoundItem final { public: CompoundItem(); |