diff options
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_fs.h | 2 | ||||
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_shader.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_fs.h b/src/mesa/drivers/dri/i965/brw_fs.h index 885c186bb39..b86a31c3771 100644 --- a/src/mesa/drivers/dri/i965/brw_fs.h +++ b/src/mesa/drivers/dri/i965/brw_fs.h @@ -54,7 +54,7 @@ extern "C" { #define MAX_SAMPLER_MESSAGE_SIZE 11 -class bblock_t; +struct bblock_t; namespace { struct acp_entry; } diff --git a/src/mesa/drivers/dri/i965/brw_shader.h b/src/mesa/drivers/dri/i965/brw_shader.h index cb47cdb46fe..e602bcd2fa4 100644 --- a/src/mesa/drivers/dri/i965/brw_shader.h +++ b/src/mesa/drivers/dri/i965/brw_shader.h @@ -43,7 +43,7 @@ enum PACKED register_file { class cfg_t; -class backend_instruction : public exec_node { +struct backend_instruction : public exec_node { public: bool is_tex() const; bool is_math() const; |