diff --git a/uppsrc/RasterPlayer/RasterPlayer.h b/uppsrc/RasterPlayer/RasterPlayer.h index fb9c55826..e653b59ea 100644 --- a/uppsrc/RasterPlayer/RasterPlayer.h +++ b/uppsrc/RasterPlayer/RasterPlayer.h @@ -23,7 +23,7 @@ private: public: RasterPlayer(); - ~RasterPlayer(); + virtual ~RasterPlayer() noexcept; bool Load(const String &fileName); bool LoadBuffer(const String &buffer);