From 6d9653f4d1becfdd260f60c9177d5e3ca6dc56af Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Fri, 7 Nov 2008 19:07:48 +0000 Subject: gcc-4.3 support git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@610 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Effect/srconverter/srconverter.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/plugins/Effect/srconverter/srconverter.cpp') diff --git a/src/plugins/Effect/srconverter/srconverter.cpp b/src/plugins/Effect/srconverter/srconverter.cpp index 9cfd56361..b8f729da9 100644 --- a/src/plugins/Effect/srconverter/srconverter.cpp +++ b/src/plugins/Effect/srconverter/srconverter.cpp @@ -57,7 +57,7 @@ SRConverter::~SRConverter() } } -const ulong SRConverter::process(char *in_data, const ulong size, char **out_data) +ulong SRConverter::process(char *in_data, const ulong size, char **out_data) { if (m_isSrcAlloc) { @@ -114,7 +114,7 @@ void SRConverter::configure(quint32 freq, int chan, int res) } } -const quint32 SRConverter::sampleRate() +quint32 SRConverter::sampleRate() { return m_overSamplingFs; } -- cgit v1.2.3-13-gbd6f