summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/speaker.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/speaker.h')
-rw-r--r--src/emu/speaker.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/emu/speaker.h b/src/emu/speaker.h
index 26896dd7e3f..7cf27d12471 100644
--- a/src/emu/speaker.h
+++ b/src/emu/speaker.h
@@ -83,9 +83,9 @@ protected:
// internal state
static constexpr int BUCKETS_PER_SECOND = 10;
- std::vector<s32> m_max_sample;
- s32 m_current_max;
- u32 m_samples_this_bucket;
+ std::vector<s32> m_max_sample;
+ s32 m_current_max;
+ u32 m_samples_this_bucket;
};