From c553d1c8500f728d34691be3772711f5e5dde414 Mon Sep 17 00:00:00 2001 From: Relintai Date: Thu, 17 Feb 2022 23:53:36 +0100 Subject: [PATCH] Update Weather node's include guard. --- app/weather/weather_node.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/weather/weather_node.h b/app/weather/weather_node.h index 5a2bcd4..1c351b8 100644 --- a/app/weather/weather_node.h +++ b/app/weather/weather_node.h @@ -1,5 +1,5 @@ -#ifndef WEATHER_CONTROLLER_H -#define WEATHER_CONTROLLER_H +#ifndef WEATHER_NODE_H +#define WEATHER_NODE_H #include "core/containers/vector.h" #include "core/string.h"