Commit f2e923e8 authored by oscar's avatar oscar

提交更新

parent 3c8d9b6a
......@@ -69,7 +69,7 @@ namespace juefx_tracking
}
void TrackingObj::PushData(objTrackListPtr objsPtr)
{
m_objsQueue.push(ptr);
m_objsQueue.push(objsPtr);
}
void TrackingObj::ThreadTrackingProcess()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment