From 9770792a9122caa983a8925f4149d62a19fd5553 Mon Sep 17 00:00:00 2001 From: Klaus Basan Date: Tue, 19 Sep 2017 23:27:22 +0200 Subject: [PATCH] Include guard renamed --- src/blackcore/application/applicationsettings.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/blackcore/application/applicationsettings.h b/src/blackcore/application/applicationsettings.h index 349df85e3..d90b51edb 100644 --- a/src/blackcore/application/applicationsettings.h +++ b/src/blackcore/application/applicationsettings.h @@ -9,8 +9,8 @@ //! \file -#ifndef BLACKCORE_APPLICATION_SETTINGS_H -#define BLACKCORE_APPLICATION_SETTINGS_H +#ifndef BLACKCORE_APPLICATION_APPLICATIONSETTINGS_H +#define BLACKCORE_APPLICATION_APPLICATIONSETTINGS_H #include "blackconfig/buildconfig.h" #include "blackmisc/settingscache.h"