From c2bc9a8c623c352b6446ced3d608a0430497e2dc Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Sun, 11 Jun 2017 16:41:15 -0400 Subject: [PATCH] Ensured no namespace collision in double-include guards. --- Storage/Data/ZX8081.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Storage/Data/ZX8081.hpp b/Storage/Data/ZX8081.hpp index 88a5b5237..5003e710a 100644 --- a/Storage/Data/ZX8081.hpp +++ b/Storage/Data/ZX8081.hpp @@ -6,8 +6,8 @@ // Copyright © 2017 Thomas Harte. All rights reserved. // -#ifndef ZX8081_hpp -#define ZX8081_hpp +#ifndef Storage_Data_ZX8081_hpp +#define Storage_Data_ZX8081_hpp #include #include