diff --git a/src/mesa/drivers/dri/i965/brw_fs_live_variables.h b/src/mesa/drivers/dri/i965/brw_fs_live_variables.h index fa8b61d0ae3..e2274391541 100644 --- a/src/mesa/drivers/dri/i965/brw_fs_live_variables.h +++ b/src/mesa/drivers/dri/i965/brw_fs_live_variables.h @@ -53,7 +53,7 @@ struct block_data { class fs_live_variables { public: - DECLARE_RZALLOC_CXX_OPERATORS(fs_live_variables) + DECLARE_RALLOC_CXX_OPERATORS(fs_live_variables) fs_live_variables(fs_visitor *v, cfg_t *cfg); ~fs_live_variables();