Initial Symbian integration to trunk for pjlib

git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1235 74dad513-b988-da41-8d7b-12977e46ad98
diff --git a/pjlib/src/pj/pool_buf.c b/pjlib/src/pj/pool_buf.c
index f6f294b..08885ea 100644
--- a/pjlib/src/pj/pool_buf.c
+++ b/pjlib/src/pj/pool_buf.c
@@ -57,7 +57,7 @@
 
     PJ_UNUSED_ARG(factory);
 
-    param = pj_thread_local_get(tls);
+    param = (struct creation_param*) pj_thread_local_get(tls);
     if (param == NULL) {
 	/* Don't assert(), this is normal no-memory situation */
 	return NULL;