aboutsummaryrefslogtreecommitdiff
path: root/src/chips/nuked/nukedopl3.h
diff options
context:
space:
mode:
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];