1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-22 15:28:56 +00:00

Fixed: should be a full-path #ifdef guard, given that this is one of the classes named relative to its namespace.

This commit is contained in:
Thomas Harte 2017-08-11 11:21:33 -04:00
parent 570d25214e
commit dd4bc87d52

View File

@ -6,8 +6,8 @@
// Copyright © 2017 Thomas Harte. All rights reserved.
//
#ifndef CharacterMapper_hpp
#define CharacterMapper_hpp
#ifndef Machines_ZX8081_CharacterMapper_hpp
#define Machines_ZX8081_CharacterMapper_hpp
#include "../Typer.hpp"