Module: Mesa Branch: master Commit: a5265f7536538ca9af770ef90262c836a324dbc0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a5265f7536538ca9af770ef90262c836a324dbc0
Author: Kenneth Graunke <[email protected]> Date: Mon Jan 7 19:42:38 2013 -0800 i965/fs: Fix struct vs. class in acp_entry definitions. --- src/mesa/drivers/dri/i965/brw_fs.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/mesa/drivers/dri/i965/brw_fs.h b/src/mesa/drivers/dri/i965/brw_fs.h index bcf38f3..b47b0d0 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 { _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
