summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/glsl/list.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glsl/list.h b/src/glsl/list.h
index 69cf9935f8..3197b03cf2 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.