mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 17:30:20 +01:00
exec_list: replace class with struct
To match the definition below.
This commit is contained in:
parent
8680c13240
commit
a5fd039672
1 changed files with 1 additions and 1 deletions
|
|
@ -169,7 +169,7 @@ struct exec_node {
|
|||
/**
|
||||
* Insert another list in the list before the current node
|
||||
*/
|
||||
void insert_before(class exec_list *before);
|
||||
void insert_before(struct exec_list *before);
|
||||
|
||||
/**
|
||||
* Replace the current node with the given node.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue