From a5fd0396726d0142af364e3ea8ade470ff6c0559 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 3 Sep 2010 15:25:50 -0600 Subject: exec_list: replace class with struct To match the definition below. --- src/glsl/list.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/glsl/list.h') 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. -- cgit v1.2.3