Mesa (master): i965/fs: Fix struct vs. class in acp_entry definitions.

Kenneth Graunke kwg at kemper.freedesktop.org
Tue Jan 8 21:09:26 UTC 2013


Module: Mesa
Branch: master
Commit: a5265f7536538ca9af770ef90262c836a324dbc0
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a5265f7536538ca9af770ef90262c836a324dbc0

Author: Kenneth Graunke <kenneth at whitecape.org>
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 {




More information about the mesa-commit mailing list