X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fglsl%2Fdebug.h;h=065e7f5dcb7751064253e491941b97c86e8278b9;hb=1205396c4cfdce84cf6559557ee7cb268a8c361c;hp=a0da24425faa70006af7ad2ce09b49fa67575195;hpb=a4cd67f1c9f1f375bacacfbb421d40f78a22644b;p=libs%2Fgl.git diff --git a/source/glsl/debug.h b/source/glsl/debug.h index a0da2442..065e7f5d 100644 --- a/source/glsl/debug.h +++ b/source/glsl/debug.h @@ -41,7 +41,9 @@ public: private: void append(const std::string &); + void append(const Node &, const std::string &); void append_subtree(const std::vector &); + void append_subtree(Node &); void begin_sub(); void last_branch(); void end_sub();