summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/region_factory.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2012-05-15 00:06:26 +0000
committerCarl Hetherington <carl@carlh.net>2012-05-15 00:06:26 +0000
commit67b74ed1c7a3887ddd0e289c54c09ac8f7529518 (patch)
tree272dea61d51f64234b3ad9ffa77515b14009d915 /libs/ardour/ardour/region_factory.h
parent5bbbc985338aec965237e9fdf3696ddff2bc1002 (diff)
Remove bind to shared_ptr.
git-svn-id: svn://localhost/ardour2/branches/3.0@12281 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour/region_factory.h')
-rw-r--r--libs/ardour/ardour/region_factory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/ardour/region_factory.h b/libs/ardour/ardour/region_factory.h
index dfbcd480dd..337821e0ea 100644
--- a/libs/ardour/ardour/region_factory.h
+++ b/libs/ardour/ardour/region_factory.h
@@ -83,7 +83,7 @@ public:
static void get_regions_using_source (boost::shared_ptr<Source>, std::set<boost::shared_ptr<Region> >& );
static void remove_regions_using_source (boost::shared_ptr<Source>);
- static void map_remove (boost::shared_ptr<Region>);
+ static void map_remove (boost::weak_ptr<Region>);
static void map_remove_with_equivalents (boost::shared_ptr<Region>);
static void delete_all_regions ();
static const RegionMap& regions() { return region_map; }