diff --git a/apu/resampler.h b/apu/resampler.h index 147b5db5..c6eb8eb5 100644 --- a/apu/resampler.h +++ b/apu/resampler.h @@ -12,8 +12,9 @@ #include #include -struct Resampler +class Resampler { + public: int size; int buffer_size; int start;