From f0fd20fdd649eb61fa0d2444d910a2b0882e3580 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Mon, 6 Apr 2009 22:46:15 +0200 Subject: Moved many MessageOut constructions around No real point in having these abstracted away twice. We're using network interfaces now instead of functions structured in namespaces. --- src/equipment.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/equipment.h') diff --git a/src/equipment.h b/src/equipment.h index 63555361..5bebf78d 100644 --- a/src/equipment.h +++ b/src/equipment.h @@ -49,7 +49,7 @@ class Equipment * Get equipment at the given slot. */ #ifdef TMWSERV_SUPPORT - Item* getEquipment(int index) + Item *getEquipment(int index) #else int getEquipment(int index) const #endif -- cgit v1.2.3-70-g09d2