From a5b77b03f6e234382f5a0c274724665ab9943254 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Wed, 4 Jul 2001 15:56:51 +0000 Subject: [PATCH] Changed from bool to val to avoid error in c++. --- include/instr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/instr.h b/include/instr.h index cabd02fb..7892432c 100644 --- a/include/instr.h +++ b/include/instr.h @@ -49,7 +49,7 @@ void snd_instr_header_set_name(snd_instr_header_t *info, const char *name); void snd_instr_header_set_type(snd_instr_header_t *info, int type); void snd_instr_header_set_format(snd_instr_header_t *info, const char *format); void snd_instr_header_set_alias(snd_instr_header_t *info, const snd_seq_instr_t *instr); -void snd_instr_header_set_follow_alias(snd_instr_header_t *info, int bool); +void snd_instr_header_set_follow_alias(snd_instr_header_t *info, int val); #ifdef __cplusplus } -- 2.47.1