summaryrefslogtreecommitdiff
path: root/libs/ardour/rb_effect.cc
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-02-27 00:59:30 +0000
committerDavid Robillard <d@drobilla.net>2009-02-27 00:59:30 +0000
commit9f77cd9e19cd639c24c99b214a436294a54eb49a (patch)
treedb08f4ad73df44f8c540c11740d4dcc74a135204 /libs/ardour/rb_effect.cc
parent60b0022d75fff0a6057fcbb30c7858e8f4c646b6 (diff)
Step towards having both rubberband and soundtouch compiled in at once.
git-svn-id: svn://localhost/ardour2/branches/3.0@4697 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/rb_effect.cc')
-rw-r--r--libs/ardour/rb_effect.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/rb_effect.cc b/libs/ardour/rb_effect.cc
index 3cda2eb706..b61170da09 100644
--- a/libs/ardour/rb_effect.cc
+++ b/libs/ardour/rb_effect.cc
@@ -42,7 +42,7 @@ Pitch::Pitch (Session& s, TimeFXRequest& req)
{
}
-Stretch::Stretch (Session& s, TimeFXRequest& req)
+RBStretch::RBStretch (Session& s, TimeFXRequest& req)
: RBEffect (s, req)
{
}