4
0
mirror of https://github.com/QuasarApp/Patronum.git synced 2025-05-03 10:39:35 +00:00

fix compatibility with QuasarAppLib service

This commit is contained in:
Andrei Yankovich 2023-09-30 16:04:25 +02:00
parent 597e03f761
commit ebd73e802b

@ -5,8 +5,8 @@
* of this license document, but changing it is not allowed. * of this license document, but changing it is not allowed.
*/ */
#ifndef SERVICE_H #ifndef PSERVICE_H
#define SERVICE_H #define PSERVICE_H
#include "Patronum_global.h" #include "Patronum_global.h"
#include "PFeature.h" #include "PFeature.h"
#include <IPService.h> #include <IPService.h>
@ -123,4 +123,4 @@ private:
} }
#endif // SERVICE_H #endif // PSERVICE_H