X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=include%2Fishaders.h;h=b04d867983e6007880ded37b9572ca5ab26c26ff;hb=55382313363a93a7ad6ba64388a66dcfcf150204;hp=e50233ed9264875a11adc277c81588b3fcca8590;hpb=ab3a99dbbe84a0d130fea4d0ceb7b79d7ed07eb7;p=xonotic%2Fnetradiant.git diff --git a/include/ishaders.h b/include/ishaders.h index e50233ed..b04d8679 100644 --- a/include/ishaders.h +++ b/include/ishaders.h @@ -55,6 +55,7 @@ to make sure they have been decref'ed ? (sounds easy, may not be that much). class IShader { public: + virtual ~IShader() { } // Increment the number of references to this object virtual void IncRef () = 0; // Decrement the reference count