From 404d3f7f2f9aa455bea423a6a00025df23cd6687 Mon Sep 17 00:00:00 2001 From: Thorbjørn Lindeijer Date: Sat, 9 Apr 2011 00:16:28 +0200 Subject: Removed the Mana namespace It's just an annoyance when it's only applied to a few classes. Either we place everything in this namespace or nothing, and at the moment I don't see any rationale for placing everything in a Mana namespace. Acked-by: Jared Adams --- src/item.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/item.h') diff --git a/src/item.h b/src/item.h index 294ac477..04cf269e 100644 --- a/src/item.h +++ b/src/item.h @@ -114,9 +114,9 @@ class Item */ int getInvIndex() const { return mInvIndex; } - void doEvent(Mana::Event::Type eventType); + void doEvent(Event::Type eventType); - void doEvent(Mana::Event::Type eventType, int amount); + void doEvent(Event::Type eventType, int amount); /** * Returns information about this item type. -- cgit v1.2.3-70-g09d2