exec_list: replace class with struct

To match the definition below.
This commit is contained in:
Brian Paul 2010-09-03 15:25:50 -06:00
parent 8680c13240
commit a5fd039672

View file

@ -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.