diff options
Diffstat (limited to 'src/glsl')
-rw-r--r-- | src/glsl/list.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glsl/list.h b/src/glsl/list.h index 69cf9935f86..3197b03cf28 100644 --- a/src/glsl/list.h +++ b/src/glsl/list.h @@ -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. |