diff --git a/hlsl/hlslParseHelper.h b/hlsl/hlslParseHelper.h index f3d7b646..d56bd426 100755 --- a/hlsl/hlslParseHelper.h +++ b/hlsl/hlslParseHelper.h @@ -231,7 +231,7 @@ protected: // Type sanitization: return existing sanitized (temporary) type if there is one, else make new one. TType* sanitizeType(TType*); - void finish(); // post-processing + void finish() override; // post-processing // Current state of parsing struct TPragma contextPragma;