display results of a bounce in the region list
[ardour.git] / libs / ardour / curve.cc
index 5879cb598865bb8bec781684fa157d6988605d6e..20f7053f2e9466e4ef43f82b5f561e02cd4ed38a 100644 (file)
@@ -40,6 +40,8 @@ using namespace ARDOUR;
 using namespace sigc;
 using namespace PBD;
 
+sigc::signal<void, Curve*> Curve::CurveCreated;
+
 Curve::Curve (double minv, double maxv, double canv, bool nostate)
        : AutomationList (canv, nostate)
 {