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:
parent
523f93729b
commit
eac36b8561
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user