diff options
author | Stijn Buys <ingar@osirion.org> | 2011-02-22 14:43:08 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2011-02-22 14:43:08 +0000 |
commit | 6215eeb760003d75e42c1f80372a6e9c2a453c1a (patch) | |
tree | 2a2be2fe7a7094de7e5c15bfc4ed6180aadc943b | |
parent | 0c5a4394c4b0382e96fdde6c11ab908f63a4c973 (diff) |
Corrected the double-include protection #define.
-rw-r--r-- | src/client/notifications.h | 2 |
1 files changed, 1 insertions, 1 deletions
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" |