From: Takashi Sakamoto Date: Tue, 31 May 2022 01:41:31 +0000 (+0900) Subject: seq: port-info: fix pair of declaration macro X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=fd7f1cd74463a48db779f0b7abfcbae312e0183c;p=alsa-gobject.git seq: port-info: fix pair of declaration macro Fixes: 2ce823529df8 ("seq: port_info: add object to represent information of port for ALSA Sequencer") Signed-off-by: Takashi Sakamoto --- diff --git a/src/seq/port-info.h b/src/seq/port-info.h index 531f86e..fb8d68d 100644 --- a/src/seq/port-info.h +++ b/src/seq/port-info.h @@ -16,4 +16,6 @@ struct _ALSASeqPortInfoClass { ALSASeqPortInfo *alsaseq_port_info_new(); +G_END_DECLS + #endif