From e280d931c0ef448cba08502c18239d82374a3840 Mon Sep 17 00:00:00 2001 From: prasad-sawantdesai Date: Mon, 27 Jul 2026 13:51:09 +0200 Subject: [PATCH] fix declaration signature --- include/al_lowlevel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/al_lowlevel.h b/include/al_lowlevel.h index e3bd79be..baa3ac1e 100644 --- a/include/al_lowlevel.h +++ b/include/al_lowlevel.h @@ -348,7 +348,7 @@ extern "C" double tmin, double tmax, const double* dtime, - const double* dtime_shape, + const int* dtime_shape, int interpmode, int *opctx);