From 41681c1703244abe68cbcf3096ca259bd061cc08 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Fri, 4 Dec 2015 07:03:38 +0100 Subject: clang-modernize part 4 --- src/mame/includes/sage2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mame/includes/sage2.h') diff --git a/src/mame/includes/sage2.h b/src/mame/includes/sage2.h index a8138e3c716..49a2b6249f8 100644 --- a/src/mame/includes/sage2.h +++ b/src/mame/includes/sage2.h @@ -39,7 +39,7 @@ public: m_ram(*this, RAM_TAG), m_floppy0(*this, UPD765_TAG ":0"), m_floppy1(*this, UPD765_TAG ":1"), - m_floppy(NULL), + m_floppy(nullptr), m_centronics(*this, CENTRONICS_TAG), m_ieee488(*this, IEEE488_TAG), m_reset(1), -- cgit v1.2.3