mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-05 08:26:28 +00:00
Correct further namespace references.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
#include "Keyboard.hpp"
|
||||
|
||||
using namespace ZX8081;
|
||||
using namespace Sinclair::ZX8081;
|
||||
|
||||
uint16_t KeyboardMapper::mapped_key_for_key(Inputs::Keyboard::Key key) const {
|
||||
#define BIND(source, dest) case Inputs::Keyboard::Key::source: return ZX8081::dest
|
||||
|
@@ -10,7 +10,7 @@
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
using namespace ZX8081;
|
||||
using namespace Sinclair::ZX8081;
|
||||
|
||||
namespace {
|
||||
|
||||
|
Reference in New Issue
Block a user