From af10f80ea1f3256cac0a45b9660012ee996b8c30 Mon Sep 17 00:00:00 2001 From: EndrII Date: Sun, 24 May 2020 02:24:00 +0300 Subject: [PATCH] fix global object --- ViewSolutions/src/viewsolutions_global.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ViewSolutions/src/viewsolutions_global.h b/ViewSolutions/src/viewsolutions_global.h index 283198a..c676ce5 100644 --- a/ViewSolutions/src/viewsolutions_global.h +++ b/ViewSolutions/src/viewsolutions_global.h @@ -5,8 +5,8 @@ //# of this license document, but changing it is not allowed. //# -#ifndef NOTIFYSERVICE_GLOBAL_H -#define NOTIFYSERVICE_GLOBAL_H +#ifndef VIEWSOLUTIONS_GLOBAL_H +#define VIEWSOLUTIONS_GLOBAL_H #include @@ -17,4 +17,4 @@ #endif -#endif // NOTIFYSERVICE_GLOBAL_H +#endif // VIEWSOLUTIONS_GLOBAL_H