--- deliantra/server/common/shstr.C 2006/09/12 19:20:06 1.17 +++ deliantra/server/common/shstr.C 2006/09/12 20:55:40 1.18 @@ -12,7 +12,7 @@ #include "global.h" -typedef std::tr1::unordered_set HT; +typedef std::tr1::unordered_set , true> HT; static HT ht; @@ -21,7 +21,7 @@ { int len = strlen (s); - const char *v = (const char *) (2 + (int *) g_slice_alloc (sizeof (int) * 2 + len + 1)); + const char *v = (const char *) (2 + (int *)g_slice_alloc (sizeof (int) * 2 + len + 1)); shstr::length (v) = len; shstr::refcnt (v) = 1;