From a993d31910b63a1f897e470842934e6ffefad32c Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Fri, 13 Nov 2009 22:25:09 +0000 Subject: added core::InfoType, refactored game::ShipModel as core::Info subclass, introduced core::Label --- src/core/gameserver.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/gameserver.h') diff --git a/src/core/gameserver.h b/src/core/gameserver.h index 57feac1..2c82870 100644 --- a/src/core/gameserver.h +++ b/src/core/gameserver.h @@ -89,7 +89,7 @@ public: } /// returns an info record - Info *info(const std::string &label); + virtual Info *info(const std::string &type, const std::string &label); /*----- static ---------------------------------------------------- */ -- cgit v1.2.3