From 542372cd18393d9760da61d0798af5905344517f Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 9 May 2010 00:46:33 +0000 Subject: Add debug() method to dump XML nodes. git-svn-id: svn://localhost/ardour2/branches/3.0@7083 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/pbd/pbd/xml++.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libs/pbd/pbd/xml++.h') diff --git a/libs/pbd/pbd/xml++.h b/libs/pbd/pbd/xml++.h index 65ab0f2c03..18bb3e013e 100644 --- a/libs/pbd/pbd/xml++.h +++ b/libs/pbd/pbd/xml++.h @@ -110,6 +110,8 @@ public: /** Remove and delete all nodes with property prop matching val */ void remove_nodes_and_delete(const std::string& propname, const std::string& val); + void debug (std::ostream &, std::string p = ""); + private: std::string _name; bool _is_content; -- cgit v1.2.3