mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
i965/fs: Fix struct vs. class in acp_entry definitions.
This commit is contained in:
parent
a70e5e2b94
commit
a5265f7536
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ extern "C" {
|
|||
|
||||
class bblock_t;
|
||||
namespace {
|
||||
class acp_entry;
|
||||
struct acp_entry;
|
||||
}
|
||||
|
||||
enum register_file {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue