From 14718f10dcda487178690de9a51cc5acdf21e468 Mon Sep 17 00:00:00 2001 From: marha Date: Wed, 25 Sep 2013 09:36:22 +0200 Subject: fontconfig mesa git update 25 Sep 2013 fontconfig commit 102864d0dba46c99b22c912454c1f58731287405 mesa commit 59157d1c96f33ca56d9aba6cff75145d732dbbab --- mesalib/src/glsl/lower_texture_projection.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mesalib/src/glsl/lower_texture_projection.cpp') diff --git a/mesalib/src/glsl/lower_texture_projection.cpp b/mesalib/src/glsl/lower_texture_projection.cpp index 6e3aaecce..16d637680 100644 --- a/mesalib/src/glsl/lower_texture_projection.cpp +++ b/mesalib/src/glsl/lower_texture_projection.cpp @@ -37,6 +37,8 @@ #include "ir.h" +namespace { + class lower_texture_projection_visitor : public ir_hierarchical_visitor { public: lower_texture_projection_visitor() @@ -49,6 +51,8 @@ public: bool progress; }; +} /* anonymous namespace */ + ir_visitor_status lower_texture_projection_visitor::visit_leave(ir_texture *ir) { -- cgit v1.2.3