Fix symbol RTPFILE_VERSION.

git-svn-id: http://webrtc.googlecode.com/svn/trunk@1084 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
perkj@webrtc.org 2011-12-02 09:33:51 +00:00
parent 772d70bcd2
commit 1b72fcd27b

View File

@ -39,7 +39,7 @@
#endif // defined(_DEBUG) && defined(_WIN32)
namespace webrtc {
const WebRtc_Word8* RTPFILE_VERSION = "1.0";
const WebRtc_Word8 RTPFILE_VERSION [] = "1.0";
const WebRtc_UWord32 MAX_UWORD32 = 0xffffffff;
// This stucture is specified in the rtpdump documentation.