X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fglsl%2Fdebug.h;h=73976904aee60d09b5b5c51cb3980e7dac90c692;hb=8f2713a3f1501e90016bb8069ecd08dde2f90e56;hp=a0da24425faa70006af7ad2ce09b49fa67575195;hpb=a4cd67f1c9f1f375bacacfbb421d40f78a22644b;p=libs%2Fgl.git diff --git a/source/glsl/debug.h b/source/glsl/debug.h index a0da2442..73976904 100644 --- a/source/glsl/debug.h +++ b/source/glsl/debug.h @@ -41,11 +41,12 @@ 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(); - void annotated_branch(const std::string &, Node &); unsigned get_label(const Node &); std::string format_type(TypeDeclaration *);