From b643511ff513aadbd0485afc6b264702aac41021 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Thu, 23 May 2013 16:00:24 +0100 Subject: portability --- rotord/vampHost.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rotord/vampHost.h') diff --git a/rotord/vampHost.h b/rotord/vampHost.h index 0ba26fd..fbf5228 100644 --- a/rotord/vampHost.h +++ b/rotord/vampHost.h @@ -56,7 +56,7 @@ namespace vampHost { class Analyser{ //can load any vamp analysis plugin and present its data with a unified interface public: - bool init(const string &soname,const string &id,const int &_channels,const int &_bits,const int &_samples,const int &_rate,const int outputNo,const map ¶ms); + bool init(const string &soname,const string &id,const int &_channels,const int &_bits,const int &_samples,const int &_rate,int outputNo,const map ¶ms); void process_frame(uint8_t *data,int samples_in_frame); void cleanup(); -- cgit v1.2.3