diff --git a/src/libs/glsl/glslsemantic.h b/src/libs/glsl/glslsemantic.h index 0ddb5fa24e4..bef565ac892 100644 --- a/src/libs/glsl/glslsemantic.h +++ b/src/libs/glsl/glslsemantic.h @@ -48,6 +48,8 @@ public: ExprResult(const Type *type = 0, bool isConstant = false) : type(type), isConstant(isConstant) {} + ~ExprResult() { } + bool isValid() const { if (! type) return false;