summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd/xml++.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-09-03 15:24:21 +0000
committerCarl Hetherington <carl@carlh.net>2010-09-03 15:24:21 +0000
commit8778724701ac14ebb02fe46dd3dc71eef38b636a (patch)
treec812d7cb193148d9425095217cde90ed18ac0de8 /libs/pbd/pbd/xml++.h
parent1b28aa93f8b077a2abfb1e517eaabaa2118454bd (diff)
Rename debug -> dump
git-svn-id: svn://localhost/ardour2/branches/3.0@7738 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/pbd/pbd/xml++.h')
-rw-r--r--libs/pbd/pbd/xml++.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/pbd/pbd/xml++.h b/libs/pbd/pbd/xml++.h
index 18bb3e013e..e0b6a885d2 100644
--- a/libs/pbd/pbd/xml++.h
+++ b/libs/pbd/pbd/xml++.h
@@ -110,7 +110,7 @@ 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 = "");
+ void dump (std::ostream &, std::string p = "") const;
private:
std::string _name;