diff -r 03a293c97d5c -r f5c5c82a163e mmserv/tms/tmsimpl/src/tmsclientsourceimpl.cpp --- a/mmserv/tms/tmsimpl/src/tmsclientsourceimpl.cpp Wed Apr 14 16:29:54 2010 +0300 +++ b/mmserv/tms/tmsimpl/src/tmsclientsourceimpl.cpp Tue Apr 27 17:11:02 2010 +0300 @@ -72,8 +72,8 @@ gpointer queuehandler) { gint ret = TMS_RESULT_SUCCESS; - ((TMSClientSourceBodyImpl*) this->iBody)->SetProxy(aProxy, strmid, - queuehandler); + static_cast(this->iBody)->SetProxy(aProxy, + strmid, queuehandler); return ret; }