diff -r 5a06f39ad45b -r 80975da52420 mmserv/tms/tmsimpl/src/tmsclientsourceimpl.cpp --- a/mmserv/tms/tmsimpl/src/tmsclientsourceimpl.cpp Fri Apr 16 15:29:42 2010 +0300 +++ b/mmserv/tms/tmsimpl/src/tmsclientsourceimpl.cpp Mon May 03 12:59:52 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; }