summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd/stateful.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2010-11-27 21:40:54 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2010-11-27 21:40:54 +0000
commita2f870bff99df73a32b258ac0e25c0431f155d92 (patch)
tree00c567123c5e0a41c13b8f6dbecba4550cf2e1ff /libs/pbd/pbd/stateful.h
parent5a47cb37b88eab299ded9d27fc63bbe41bdbefe5 (diff)
don't display internal returns to user
git-svn-id: svn://localhost/ardour2/branches/3.0@8113 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/pbd/pbd/stateful.h')
-rw-r--r--libs/pbd/pbd/stateful.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/pbd/pbd/stateful.h b/libs/pbd/pbd/stateful.h
index 1f0f73b3ef..e8ced2c2f0 100644
--- a/libs/pbd/pbd/stateful.h
+++ b/libs/pbd/pbd/stateful.h
@@ -64,7 +64,7 @@ class Stateful {
XMLNode *extra_xml (const std::string& str);
const PBD::ID& id() const { return _id; }
-
+
/* history management */
void clear_changes ();