diff --git a/src/mynteye/device/device.cc b/src/mynteye/device/device.cc index 6e1bd6e..344eea7 100644 --- a/src/mynteye/device/device.cc +++ b/src/mynteye/device/device.cc @@ -455,7 +455,7 @@ device::StreamData Device::GetStreamData(const Stream &stream) { } device::StreamData Device::GetLatestStreamData(const Stream &stream) { - GetStreamData(stream); + return GetStreamData(stream); } std::vector Device::GetStreamDatas(const Stream &stream) {