Mesa (master): exec_list: replace class with struct

Brian Paul brianp at kemper.freedesktop.org
Fri Sep 3 21:26:17 UTC 2010


Module: Mesa
Branch: master
Commit: a5fd0396726d0142af364e3ea8ade470ff6c0559
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a5fd0396726d0142af364e3ea8ade470ff6c0559

Author: Brian Paul <brianp at vmware.com>
Date:   Fri Sep  3 15:25:50 2010 -0600

exec_list: replace class with struct

To match the definition below.

---

 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 69cf993..3197b03 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.




More information about the mesa-commit mailing list