summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/mconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/mconfig.h')
-rw-r--r--src/emu/mconfig.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/emu/mconfig.h b/src/emu/mconfig.h
index 9a8f8b3695b..c6cacde581f 100644
--- a/src/emu/mconfig.h
+++ b/src/emu/mconfig.h
@@ -31,7 +31,7 @@
// TYPE DEFINITIONS
//**************************************************************************
-namespace emu { namespace detail {
+namespace emu::detail {
class machine_config_replace
{
@@ -43,7 +43,7 @@ private:
friend class ::machine_config;
};
-} } // namesapce emu::detail
+} // namespace emu::detail
/// \brief Internal layout description
@@ -133,7 +133,7 @@ public:
/// replace an existing device.
/// \return A device replacement helper to pass to a device type
/// when replacing an existing device.
- emu::detail::machine_config_replace replace() { return emu::detail::machine_config_replace(*this); };
+ emu::detail::machine_config_replace replace() { return emu::detail::machine_config_replace(*this); }
/// \brief Set internal layout for current device
///