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