ralloc: use rzalloc where it's necessary
[mesa.git] / src / compiler / glsl / list.h
index b5b5b362afd23c089a5895d6825b224e1bb3736d..6afb9dcef9437b27b5263e36179e2e2108fb7052 100644 (file)
@@ -56,7 +56,7 @@ struct exec_node {
    struct exec_node *prev;
 
 #ifdef __cplusplus
-   DECLARE_RALLOC_CXX_OPERATORS(exec_node)
+   DECLARE_RZALLOC_CXX_OPERATORS(exec_node)
 
    exec_node() : next(NULL), prev(NULL)
    {