From 4b7d6c631c96b515688fdc297a82e74ef45892c8 Mon Sep 17 00:00:00 2001 From: Wohlstand Date: Thu, 8 Dec 2016 11:55:54 +0300 Subject: Rename "slots" into "chipslots" (including this header into Qt application will cause error, because "slots" in Qt just an dummy macro) --- src/nukedopl3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nukedopl3.h') diff --git a/src/nukedopl3.h b/src/nukedopl3.h index ea44de9..415ba3e 100644 --- a/src/nukedopl3.h +++ b/src/nukedopl3.h @@ -87,7 +87,7 @@ struct _opl3_slot struct _opl3_channel { - opl3_slot *slots[2]; + opl3_slot *chipslots[2]; opl3_channel *pair; opl3_chip *chip; Bit16s *out[4]; -- cgit v1.2.3