From: Kenneth Graunke Date: Tue, 8 Jan 2013 03:42:38 +0000 (-0800) Subject: i965/fs: Fix struct vs. class in acp_entry definitions. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a5265f7536538ca9af770ef90262c836a324dbc0;p=mesa.git i965/fs: Fix struct vs. class in acp_entry definitions. --- 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 {