Skip to content
Snippets Groups Projects
Commit edb27451 authored by Nicolas Pope's avatar Nicolas Pope
Browse files

Fix windows build error

parent 9ef4f9c8
No related branches found
No related tags found
1 merge request!94Implements #134 source groups
Pipeline #12886 passed
......@@ -254,7 +254,7 @@ void Streamer::_cleanUp() {
}
}
void Streamer::_transmit(FrameSet &fs) {
void Streamer::_transmit(ftl::rgbd::FrameSet &fs) {
// Prevent new clients during processing.
SHARED_LOCK(mutex_,slk);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment