diff --git a/src/hwrenderer/postprocessing/hw_postprocess.h b/src/hwrenderer/postprocessing/hw_postprocess.h index 1708a86b4..4fa8fd0c2 100644 --- a/src/hwrenderer/postprocessing/hw_postprocess.h +++ b/src/hwrenderer/postprocessing/hw_postprocess.h @@ -92,7 +92,7 @@ public: } } - void *Data = nullptr; + uint8_t *Data = nullptr; int Size = 0; }; @@ -204,6 +204,7 @@ public: class PPEffectManager { public: + virtual ~PPEffectManager() { } virtual void DeclareShaders() { } virtual void UpdateTextures() { } virtual void UpdateSteps() { }