summaryrefslogtreecommitdiff
path: root/libs/ardour/region.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2006-08-31 13:23:43 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2006-08-31 13:23:43 +0000
commit21d85f1854461ab6209d23e278fe289505cd106c (patch)
tree0c6d154757bcfb6c49223e59fc75a433e8e79bb2 /libs/ardour/region.cc
parentdde980289aaf264863186eead99fd98a67cc6862 (diff)
merge changes from harrison branch back into trunk, by hand
git-svn-id: svn://localhost/ardour2/trunk@878 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/region.cc')
-rw-r--r--libs/ardour/region.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/ardour/region.cc b/libs/ardour/region.cc
index f81cb3bed5..e8353ac529 100644
--- a/libs/ardour/region.cc
+++ b/libs/ardour/region.cc
@@ -32,6 +32,7 @@
#include <ardour/region.h>
#include <ardour/playlist.h>
#include <ardour/session.h>
+#include <ardour/region_factory.h>
#include "i18n.h"
@@ -274,7 +275,7 @@ Region::first_edit ()
_first_edit = EditChangesNothing;
send_change (NameChanged);
- /// XXX CheckNewRegion (boost::shared_ptr<Region>(this));
+ RegionFactory::CheckNewRegion (shared_from_this());
}
}