X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fglsl%2Fdebug.h;fp=source%2Fglsl%2Fdebug.h;h=065e7f5dcb7751064253e491941b97c86e8278b9;hp=a0da24425faa70006af7ad2ce09b49fa67575195;hb=1205396c4cfdce84cf6559557ee7cb268a8c361c;hpb=7a62eb7f7550df161656616f2ece5a094b754392 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();