i965/fs: Fix struct vs. class in acp_entry definitions.
authorKenneth Graunke <kenneth@whitecape.org>
Tue, 8 Jan 2013 03:42:38 +0000 (19:42 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Tue, 8 Jan 2013 21:09:31 +0000 (13:09 -0800)
src/mesa/drivers/dri/i965/brw_fs.h

index bcf38f3..b47b0d0 100644 (file)
@@ -52,7 +52,7 @@ extern "C" {
 
 class bblock_t;
 namespace {
-   class acp_entry;
+   struct acp_entry;
 }
 
 enum register_file {