From edaea655fa8d5c0d89218e24c6c541b6c73de451 Mon Sep 17 00:00:00 2001 From: Javier Date: Sun, 13 Dec 2015 01:14:51 +0100 Subject: Fix header guard --- notificationmonitor.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/notificationmonitor.h b/notificationmonitor.h index 4337c7f..b5fdbdb 100644 --- a/notificationmonitor.h +++ b/notificationmonitor.h @@ -16,8 +16,8 @@ * along with this program. If not, see . */ -#ifndef NOTIFICATIONMONITOR_H -#define NOTIFICATIONMONITOR_H +#ifndef WATCHFISH_NOTIFICATIONMONITOR_H +#define WATCHFISH_NOTIFICATIONMONITOR_H #include #include @@ -52,4 +52,4 @@ private: } -#endif // NOTIFICATIONMONITOR_H +#endif // WATCHFISH_NOTIFICATIONMONITOR_H -- cgit v1.2.3