Flesh out the implementation a bit

This commit is contained in:
Chris Cannam
2022-05-23 15:04:34 +01:00
parent af97c70e69
commit 5cc4833820
7 changed files with 408 additions and 48 deletions

View File

@@ -81,6 +81,7 @@
namespace RubberBand
{
class R3StretcherImpl;//!!!
class RUBBERBAND_DLLEXPORT
RubberBandStretcher
@@ -765,6 +766,7 @@ public:
protected:
class Impl;
Impl *m_d;
R3StretcherImpl *m_r3d;
};
}