summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ti8x/tispeaker.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ti8x/tispeaker.h')
-rw-r--r--src/devices/bus/ti8x/tispeaker.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/ti8x/tispeaker.h b/src/devices/bus/ti8x/tispeaker.h
index 157c94ab060..da05d8f112f 100644
--- a/src/devices/bus/ti8x/tispeaker.h
+++ b/src/devices/bus/ti8x/tispeaker.h
@@ -9,7 +9,7 @@
#include "sound/spkrdev.h"
-namespace bus { namespace ti8x {
+namespace bus::ti8x {
class stereo_speaker_device : public device_t, public device_ti8x_link_port_interface
{
@@ -46,7 +46,7 @@ private:
bool m_tip_state, m_ring_state;
};
-} } // namespace bus::ti8x
+} // namespace bus::ti8x
DECLARE_DEVICE_TYPE_NS(TI8X_SPEAKER_STEREO, bus::ti8x, stereo_speaker_device)