--- deliantra/server/include/traits.h 2006/12/14 05:09:32 1.5 +++ deliantra/server/include/traits.h 2006/12/15 19:59:20 1.6 @@ -1,7 +1,7 @@ #ifndef TRAITS_H__ #define TRAITS_H__ -struct client_socket; +struct client; struct player; struct object; struct maptile; @@ -61,7 +61,7 @@ }; template<> -struct cftype { +struct cftype { static const data_type dt = DT_SOCKET; };