]> git.tdb.fi Git - libs/gl.git/blobdiff - source/glsl/debug.h
Remove the using declarations from visitors
[libs/gl.git] / source / glsl / debug.h
index 5bc7a8bf884fbb09700b72490890e08ffc6b36ba..66f2b067c15776cf5806453c1e0548ec00365734 100644 (file)
@@ -61,7 +61,6 @@ private:
        virtual void visit(Passthrough &);
        virtual void visit(Return &);
        virtual void visit(Jump &);
-       using TraversingVisitor::visit;
 };
 
 } // namespace SL