Fix clang build break

TBR=henrike@webrtc.org

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

git-svn-id: http://webrtc.googlecode.com/svn/trunk@4917 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
fischman@webrtc.org 2013-10-03 19:04:18 +00:00
parent 6c82e04cee
commit a7266ca134

View File

@ -1583,7 +1583,7 @@ JOW(void, VideoSource_restart)(
StartCapturing(cricket::VideoFormat(*format));
}
JOW(jboolean, VideoSource_freeNativeVideoFormat)(
JOW(void, VideoSource_freeNativeVideoFormat)(
JNIEnv* jni, jclass, jlong j_p) {
delete reinterpret_cast<cricket::VideoFormatPod*>(j_p);
}