aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Effect/srconverter/srconverter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/Effect/srconverter/srconverter.h')
-rw-r--r--src/plugins/Effect/srconverter/srconverter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/Effect/srconverter/srconverter.h b/src/plugins/Effect/srconverter/srconverter.h
index f96079868..2258e6594 100644
--- a/src/plugins/Effect/srconverter/srconverter.h
+++ b/src/plugins/Effect/srconverter/srconverter.h
@@ -39,9 +39,9 @@ public:
virtual ~SRConverter();
- const ulong process(char *in_data, const ulong size, char **out_data);
+ ulong process(char *in_data, const ulong size, char **out_data);
void configure(quint32 freq, int chan, int res);
- const quint32 sampleRate();
+ quint32 sampleRate();
private:
void freeSRC();