aboutsummaryrefslogtreecommitdiff
path: root/src/chips/nuked/nukedopl3.h
diff options
context:
space:
mode:
authorWohlstand <admin@wohlnet.ru>2018-06-03 14:34:21 +0300
committerWohlstand <admin@wohlnet.ru>2018-06-03 14:34:21 +0300
commit4cfba5ee6a404e71c3d7b86b7b1ec680c3d7521d (patch)
treeff9bf122a1bbf00f51e7771e8d68bfd18ccffde1 /src/chips/nuked/nukedopl3.h
parentae11d031fd9e802ccfdc1f2a7678c737fe6f85a9 (diff)
downloadlibADLMIDI-4cfba5ee6a404e71c3d7b86b7b1ec680c3d7521d.tar.gz
libADLMIDI-4cfba5ee6a404e71c3d7b86b7b1ec680c3d7521d.tar.bz2
libADLMIDI-4cfba5ee6a404e71c3d7b86b7b1ec680c3d7521d.zip
Fixed some warnings on MinGW
Diffstat (limited to 'src/chips/nuked/nukedopl3.h')
-rw-r--r--src/chips/nuked/nukedopl3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chips/nuked/nukedopl3.h b/src/chips/nuked/nukedopl3.h
index ce748b1..d57cf5f 100644
--- a/src/chips/nuked/nukedopl3.h
+++ b/src/chips/nuked/nukedopl3.h
@@ -86,7 +86,7 @@ struct _opl3_slot {
};
struct _opl3_channel {
- opl3_slot *slots[2];
+ opl3_slot *slotz[2];/*Don't use "slots" keyword to avoid conflict with Qt applications*/
opl3_channel *pair;
opl3_chip *chip;
Bit16s *out[4];