diff options
Diffstat (limited to 'src/rotationalparticle.h')
-rw-r--r-- | src/rotationalparticle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rotationalparticle.h b/src/rotationalparticle.h index 5e537c21d..a7a4a139c 100644 --- a/src/rotationalparticle.h +++ b/src/rotationalparticle.h @@ -39,7 +39,7 @@ class RotationalParticle final : public ImageParticle RotationalParticle(Map *const map, const XmlNodePtr animationNode, const std::string& dyePalettes = std::string()); - A_DELETE_COPY(RotationalParticle); + A_DELETE_COPY(RotationalParticle) ~RotationalParticle(); |