]> git.tdb.fi Git - libs/gl.git/blobdiff - source/glsl/output.h
Remove unnecessary std:: qualifiers
[libs/gl.git] / source / glsl / output.h
index ef9369876b46c00221ad6e33093c6e76153fee93..09cdf0714fb735103ba1cbedac9e2e53239d97fe 100644 (file)
@@ -25,8 +25,7 @@ private:
 public:
        Formatter();
 
-       const std::string &apply(Stage &);
-       const std::string &apply(Node &n) { n.visit(*this); return formatted; }
+       std::string apply(Stage &);
 
 private:
        void append(const std::string &);