aboutsummaryrefslogtreecommitdiff
path: root/src/nukedopl3.h
diff options
context:
space:
mode:
authorWohlstand <admin@wohlnet.ru>2016-12-08 11:55:54 +0300
committerWohlstand <admin@wohlnet.ru>2016-12-08 11:55:54 +0300
commit4b7d6c631c96b515688fdc297a82e74ef45892c8 (patch)
tree83e1f8433444f21e2cf0f6af4b3f93f009b2ec8c /src/nukedopl3.h
parentfb22d6c8bb89a398b36496ecdc29fbb80f8ec77c (diff)
downloadlibADLMIDI-4b7d6c631c96b515688fdc297a82e74ef45892c8.tar.gz
libADLMIDI-4b7d6c631c96b515688fdc297a82e74ef45892c8.tar.bz2
libADLMIDI-4b7d6c631c96b515688fdc297a82e74ef45892c8.zip
Rename "slots" into "chipslots"
(including this header into Qt application will cause error, because "slots" in Qt just an dummy macro)
Diffstat (limited to 'src/nukedopl3.h')
-rw-r--r--src/nukedopl3.h2
1 files changed, 1 insertions, 1 deletions
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];