[prev in list] [next in list] [prev in thread] [next in thread] 

List:       helix-datatype-cvs
Subject:    [Datatype-cvs] common/audrend audrend.cpp,1.44.8.7,1.44.8.8
From:       jfinnecy () helixcommunity ! org
Date:       2012-09-14 3:07:59
[Download RAW message or body]

Update of /cvsroot/datatype/common/audrend
In directory cvs01.internal.helixcommunity.org:/tmp/cvs-serv4850

Modified Files:
      Tag: hxclient_3_1_0_atlas
	audrend.cpp 
Log Message:
Fix build break due to implicit cast warning.


Index: audrend.cpp
===================================================================
RCS file: /cvsroot/datatype/common/audrend/audrend.cpp,v
retrieving revision 1.44.8.7
retrieving revision 1.44.8.8
diff -u -d -r1.44.8.7 -r1.44.8.8
--- audrend.cpp	10 Sep 2012 14:07:57 -0000	1.44.8.7
+++ audrend.cpp	14 Sep 2012 03:07:50 -0000	1.44.8.8
@@ -488,7 +488,7 @@
         m_pAudioPlayer->QueryInterface(IID_IHXAudioPlayer2, (void**) &pPlayer);
         if(pPlayer)
         {
-            pPlayer->ManageAudioStreams(m_ulNumAudioStreams, m_ppAudioStream, \
AUD_PLYR_STR_REMOVE, NULL); +            \
pPlayer->ManageAudioStreams(static_cast<UINT16>(m_ulNumAudioStreams), \
m_ppAudioStream, AUD_PLYR_STR_REMOVE, NULL);  }
         HX_RELEASE(pPlayer);
     }


_______________________________________________
Datatype-cvs mailing list
Datatype-cvs@helixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/datatype-cvs


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic