From 6215eeb760003d75e42c1f80372a6e9c2a453c1a Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Tue, 22 Feb 2011 14:43:08 +0000 Subject: Corrected the double-include protection #define. --- src/client/notifications.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/notifications.h') diff --git a/src/client/notifications.h b/src/client/notifications.h index 3d596bd..6ae6151 100644 --- a/src/client/notifications.h +++ b/src/client/notifications.h @@ -5,7 +5,7 @@ */ #ifndef __INCLUDED_CLIENT_NOTIFICATIONS_H__ -#define __INCLUDED_CLIENT_VIEW_H__ +#define __INCLUDED_CLIENT_NOTIFICATIONS_H__ #include "ui/widget.h" #include "ui/scrollpane.h" -- cgit v1.2.3