From 42322e1d43145496b8901aeb22988be90a497a32 Mon Sep 17 00:00:00 2001 From: Mat3o Date: Mon, 15 Jun 2020 14:30:27 +0200 Subject: [PATCH] fix header guard --- src/core/Host.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/Host.h b/src/core/Host.h index b522d1c..a5d85fb 100644 --- a/src/core/Host.h +++ b/src/core/Host.h @@ -1,6 +1,6 @@ #pragma once #ifndef HOST_H -#define HOSTH +#define HOST_H #include #include