From db8b575c30845bafc34b87bacd52129c95d1c478 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 2 Mar 2010 00:00:00 +0000 Subject: the mega-properties/SequenceProperty patch. split is broken at present (right hand starts has start-in-source of zero) git-svn-id: svn://localhost/ardour2/branches/3.0@6718 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/ardour/region.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libs/ardour/ardour/region.h') diff --git a/libs/ardour/ardour/region.h b/libs/ardour/ardour/region.h index fb827e308d..1da185c6f2 100644 --- a/libs/ardour/ardour/region.h +++ b/libs/ardour/ardour/region.h @@ -91,6 +91,8 @@ class Region static PBD::Signal2, const PBD::PropertyChange&> RegionPropertyChanged; + PBD::PropertyList* property_factory (const XMLNode&) const; + void unlock_property_changes () { _no_property_changes = false; } void block_property_changes () { _no_property_changes = true; } -- cgit v1.2.3