Fix -Wstring-conversion warnings.

Review URL: https://webrtc-codereview.appspot.com/1299007

git-svn-id: http://webrtc.googlecode.com/svn/trunk@3830 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
wu@webrtc.org 2013-04-11 15:37:46 +00:00
parent 523f93729b
commit eac36b8561

View File

@ -190,7 +190,7 @@ class TestVideoCaptureCallback : public VideoCaptureDataCallback {
webrtc::VideoFrame& videoFrame,
webrtc::VideoCodecType codecType)
{
assert(!"NOTIMPLEMENTED");
assert(false);
}
virtual void OnCaptureDelayChanged(const int32_t id,