s/num_operands()/get_num_operands()/ Discovered because Eclipse failed to resolve the false reference.
Signed-off-by: Chad Versace <[email protected]> --- src/glsl/ir.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/glsl/ir.h b/src/glsl/ir.h index 85fc5ce..c9c91e8 100644 --- a/src/glsl/ir.h +++ b/src/glsl/ir.h @@ -908,7 +908,7 @@ public: unsigned write_mask:4; }; -/* Update ir_expression::num_operands() and operator_strs when +/* Update ir_expression::get_num_operands() and operator_strs when * updating this list. */ enum ir_expression_operation { -- 1.8.1.1 _______________________________________________ mesa-dev mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-dev
