--- deliantra/server/include/dynbuf.h 2009/10/12 14:00:58 1.22 +++ deliantra/server/include/dynbuf.h 2009/10/15 23:02:28 1.25 @@ -1,7 +1,7 @@ /* * This file is part of Deliantra, the Roguelike Realtime MMORPG. * - * Copyright (©) 2005,2006,2007,2008 Marc Alexander Lehmann / Robin Redeker / the Deliantra team + * Copyright (©) 2005,2006,2007,2008,2009 Marc Alexander Lehmann / Robin Redeker / the Deliantra team * Copyright (©) 2002,2007 Mark Wedel & Crossfire Development Team * Copyright (©) 1992,2007 Frank Tore Johansen * @@ -183,7 +183,7 @@ void add_paths (const char *name, uint32 paths); // returns the string, linearised and with trailing \0 - operator const char * (); + operator char *(); }; #endif