diff options
Diffstat (limited to 'src/intel/compiler/brw_shader.h')
-rw-r--r-- | src/intel/compiler/brw_shader.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/intel/compiler/brw_shader.h b/src/intel/compiler/brw_shader.h index d632f6dcd4e..ed434acf5a0 100644 --- a/src/intel/compiler/brw_shader.h +++ b/src/intel/compiler/brw_shader.h @@ -197,6 +197,7 @@ protected: struct brw_stage_prog_data *stage_prog_data); public: + virtual ~backend_shader(); const struct brw_compiler *compiler; void *log_data; /* Passed to compiler->*_log functions */ |