From f7b05d4f2431cb41112fd2c497acd49e918707d7 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sat, 5 Dec 2009 01:36:56 +0100 Subject: [PATCH] src/onset/peakpicker.h: add void to empty prototype --- src/onset/peakpicker.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/onset/peakpicker.h b/src/onset/peakpicker.h index d0685cf7..74fdfffb 100644 --- a/src/onset/peakpicker.h +++ b/src/onset/peakpicker.h @@ -35,7 +35,7 @@ extern "C" { typedef struct _aubio_peakpicker_t aubio_peakpicker_t; /** peak-picker creation function */ -aubio_peakpicker_t * new_aubio_peakpicker(); +aubio_peakpicker_t * new_aubio_peakpicker(void); /** real time peak picking function */ void aubio_peakpicker_do(aubio_peakpicker_t * p, fvec_t * in, fvec_t * out); /** destroy peak picker structure */ -- 2.26.2