Skip to content

Commit

Permalink
Make Resampler a class again.
Browse files Browse the repository at this point in the history
  • Loading branch information
bearoso committed Feb 9, 2019
1 parent e938225 commit 845366f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apu/resampler.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@
#include <cstdint>
#include <cmath>

struct Resampler
class Resampler
{
public:
int size;
int buffer_size;
int start;
Expand Down

0 comments on commit 845366f

Please sign in to comment.