From ebd73e802b60e214012cd4d04167066e89fdf2cb Mon Sep 17 00:00:00 2001 From: EndrII Date: Sat, 30 Sep 2023 16:04:25 +0200 Subject: [PATCH] fix compatibility with QuasarAppLib service --- Patronum/src/PService.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Patronum/src/PService.h b/Patronum/src/PService.h index 0fc3894..238fc50 100644 --- a/Patronum/src/PService.h +++ b/Patronum/src/PService.h @@ -5,8 +5,8 @@ * of this license document, but changing it is not allowed. */ -#ifndef SERVICE_H -#define SERVICE_H +#ifndef PSERVICE_H +#define PSERVICE_H #include "Patronum_global.h" #include "PFeature.h" #include @@ -123,4 +123,4 @@ private: } -#endif // SERVICE_H +#endif // PSERVICE_H