From 4b2d84dba330b6be6e643c877cdf37dfe17c044e Mon Sep 17 00:00:00 2001 From: Adrian Conlon Date: Thu, 30 Nov 2017 16:55:10 +0000 Subject: [PATCH] Whoops: missed clang warning. Signed-off-by: Adrian Conlon --- inc/Bus.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/Bus.h b/inc/Bus.h index 9ea766e..76e3031 100644 --- a/inc/Bus.h +++ b/inc/Bus.h @@ -38,7 +38,7 @@ namespace EightBit { private: uint8_t* m_data = nullptr; - register16_t m_address { 0xff, 0xff }; + register16_t m_address{ { 0xff, 0xff } }; uint8_t m_temporary = 0xff; // Used to simulate ROM }; } \ No newline at end of file