summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ti99/gromport/gromport.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ti99/gromport/gromport.h')
-rw-r--r--src/devices/bus/ti99/gromport/gromport.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/ti99/gromport/gromport.h b/src/devices/bus/ti99/gromport/gromport.h
index 3f332e84a51..74c844d7ed7 100644
--- a/src/devices/bus/ti99/gromport/gromport.h
+++ b/src/devices/bus/ti99/gromport/gromport.h
@@ -14,7 +14,7 @@
#define TI99_GROMPORT_TAG "gromport"
-namespace bus { namespace ti99 { namespace gromport {
+namespace bus::ti99::gromport {
struct pcb_type
{
@@ -102,7 +102,7 @@ protected:
bool m_grom_selected;
};
-} } } // end namespace bus::ti99::gromport
+} // end namespace bus::ti99::gromport
DECLARE_DEVICE_TYPE_NS(TI99_GROMPORT, bus::ti99::gromport, gromport_device)