From a5265f7536538ca9af770ef90262c836a324dbc0 Mon Sep 17 00:00:00 2001 From: Kenneth Graunke Date: Mon, 7 Jan 2013 19:42:38 -0800 Subject: [PATCH] i965/fs: Fix struct vs. class in acp_entry definitions. --- src/mesa/drivers/dri/i965/brw_fs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/drivers/dri/i965/brw_fs.h b/src/mesa/drivers/dri/i965/brw_fs.h index bcf38f3cf79..b47b0d066c8 100644 --- a/src/mesa/drivers/dri/i965/brw_fs.h +++ b/src/mesa/drivers/dri/i965/brw_fs.h @@ -52,7 +52,7 @@ extern "C" { class bblock_t; namespace { - class acp_entry; + struct acp_entry; } enum register_file { -- 2.30.2