From edb274512d4e303d6d5b03949d048a11da7c8e2b Mon Sep 17 00:00:00 2001 From: Nicolas Pope <nwpope@utu.fi> Date: Mon, 19 Aug 2019 08:33:58 +0300 Subject: [PATCH] Fix windows build error --- components/rgbd-sources/src/streamer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/rgbd-sources/src/streamer.cpp b/components/rgbd-sources/src/streamer.cpp index a621af3d5..35339ecf0 100644 --- a/components/rgbd-sources/src/streamer.cpp +++ b/components/rgbd-sources/src/streamer.cpp @@ -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); -- GitLab