summaryrefslogtreecommitdiff
path: root/libs/ardour/session_command.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2007-01-17 02:35:16 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2007-01-17 02:35:16 +0000
commit3dfae5be660dd271e7895a481b7fbfbeee7981a4 (patch)
tree7f43bd8ca8ce20153c9f95f45fda76379eb4279f /libs/ardour/session_command.cc
parent762d2ae936bd78053d9f344ce9392b7867304ae2 (diff)
merge by hand changes from mtaht to fix up export behaviour, and gcc warnings when optimized
git-svn-id: svn://localhost/ardour2/trunk@1332 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/session_command.cc')
-rw-r--r--libs/ardour/session_command.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/session_command.cc b/libs/ardour/session_command.cc
index 14ec340f41..1ecf4fce8d 100644
--- a/libs/ardour/session_command.cc
+++ b/libs/ardour/session_command.cc
@@ -28,7 +28,7 @@ Session::memento_command_factory(XMLNode *n)
{
PBD::ID id;
XMLNode *before = 0, *after = 0;
- XMLNode *child;
+ XMLNode *child = 0;
/* get id */
id = PBD::ID(n->property("obj_id")->value());