summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour')
-rw-r--r--libs/ardour/ardour/stretch.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/libs/ardour/ardour/stretch.h b/libs/ardour/ardour/stretch.h
index d0c05ac6d1..0b0de1be57 100644
--- a/libs/ardour/ardour/stretch.h
+++ b/libs/ardour/ardour/stretch.h
@@ -28,10 +28,10 @@
namespace ARDOUR {
-class Stretch : public RBEffect {
+class RBStretch : public RBEffect {
public:
- Stretch (ARDOUR::Session&, TimeFXRequest&);
- ~Stretch() {}
+ RBStretch (ARDOUR::Session&, TimeFXRequest&);
+ ~RBStretch() {}
};
} /* namespace */
@@ -42,10 +42,10 @@ class Stretch : public RBEffect {
namespace ARDOUR {
-class Stretch : public Filter {
+class STStretch : public Filter {
public:
- Stretch (ARDOUR::Session&, TimeFXRequest&);
- ~Stretch ();
+ STStretch (ARDOUR::Session&, TimeFXRequest&);
+ ~STStretch ();
int run (boost::shared_ptr<ARDOUR::Region>);