diff --git a/src/v_video.h b/src/v_video.h index cee9d63d5..0faef4402 100644 --- a/src/v_video.h +++ b/src/v_video.h @@ -304,6 +304,7 @@ protected: public: DFrameBuffer (int width, int height, bool bgra); + virtual ~DFrameBuffer() {} inline int GetWidth() const { return Width; } inline int GetHeight() const { return Height; }