Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2011-02-22 14:43:08 +0000
committerStijn Buys <ingar@osirion.org>2011-02-22 14:43:08 +0000
commit6215eeb760003d75e42c1f80372a6e9c2a453c1a (patch)
tree2a2be2fe7a7094de7e5c15bfc4ed6180aadc943b /src/client/notifications.h
parent0c5a4394c4b0382e96fdde6c11ab908f63a4c973 (diff)
Corrected the double-include protection #define.
Diffstat (limited to 'src/client/notifications.h')
-rw-r--r--src/client/notifications.h2
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"