diff --git a/glslang/Public/ShaderLang.h b/glslang/Public/ShaderLang.h index 851e115e..323a4d75 100644 --- a/glslang/Public/ShaderLang.h +++ b/glslang/Public/ShaderLang.h @@ -375,9 +375,7 @@ public: // Signals that the parser will no longer use the contents of the // specified IncludeResult. virtual void releaseInclude(IncludeResult* result) = 0; -#ifdef __ANDROID__ - virtual ~Includer() {} // Pacify -Werror=non-virtual-dtor -#endif + virtual ~Includer() {} }; // Returns an error message for any #include directive.