X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fglsl%2Foutput.h;h=09cdf0714fb735103ba1cbedac9e2e53239d97fe;hb=c4aeeced7b397d46772577775bd3a0d6c4706cba;hp=ef9369876b46c00221ad6e33093c6e76153fee93;hpb=dfcf8ebc329b79c369b88bdbeb982480aa5fc12a;p=libs%2Fgl.git diff --git a/source/glsl/output.h b/source/glsl/output.h index ef936987..09cdf071 100644 --- a/source/glsl/output.h +++ b/source/glsl/output.h @@ -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 &);