Index: webrtc/modules/rtp_rtcp/test/BWEStandAlone/MatlabPlot.cc |
diff --git a/webrtc/modules/rtp_rtcp/test/BWEStandAlone/MatlabPlot.cc b/webrtc/modules/rtp_rtcp/test/BWEStandAlone/MatlabPlot.cc |
index 72f75f3454b82b9dede8c9b6909560ef3428d95c..68472856cec0ed8106d382f9fa46b719053898d4 100644 |
--- a/webrtc/modules/rtp_rtcp/test/BWEStandAlone/MatlabPlot.cc |
+++ b/webrtc/modules/rtp_rtcp/test/BWEStandAlone/MatlabPlot.cc |
@@ -895,7 +895,7 @@ _numPlots(0) |
{ |
_eventPtr = EventWrapper::Create(); |
- _plotThread = PlatformThread::CreateThread(MatlabEngine::PlotThread, this, |
+ _plotThread(MatlabEngine::PlotThread, this, |
kLowPriority, "MatlabPlot"); |
_running = true; |
_plotThread->Start(); |