From 00eac7d53adc272424fa029a4eaaed262396750e Mon Sep 17 00:00:00 2001 From: slothlife Date: Fri, 21 Mar 2014 01:22:54 -0500 Subject: [PATCH] Fixed header include guard to match filename --- components/esm/weatherstate.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/esm/weatherstate.hpp b/components/esm/weatherstate.hpp index 545751225..d0cd59c16 100644 --- a/components/esm/weatherstate.hpp +++ b/components/esm/weatherstate.hpp @@ -1,5 +1,5 @@ -#ifndef OPENMW_ESM_WEATHER_H -#define OPENMW_ESM_WEATHER_H +#ifndef OPENMW_ESM_WEATHERSTATE_H +#define OPENMW_ESM_WEATHERSTATE_H #include