X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fglsl%2Fdebug.h;h=da888198414f8a7d891a7884a5ddbedd45d7b4cd;hb=2280a09a286bbff2eb41783f8023863f320a3736;hp=73976904aee60d09b5b5c51cb3980e7dac90c692;hpb=aa834c69698b5f0804a19fee4ec2e632a51e38c2;p=libs%2Fgl.git diff --git a/source/glsl/debug.h b/source/glsl/debug.h index 73976904..da888198 100644 --- a/source/glsl/debug.h +++ b/source/glsl/debug.h @@ -37,7 +37,7 @@ private: std::vector tree; public: - const std::string &apply(Stage &); + std::string apply(Stage &); private: void append(const std::string &);