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

Fix windows compile

parent 6b350e85
No related branches found
No related tags found
No related merge requests found
Pipeline #12435 passed
......@@ -324,6 +324,6 @@ bool Source::setChannel(ftl::rgbd::channel_t c) {
return true;
}
const ftl::rgbd::Camera Source::parameters(channel_t chan) const {
const ftl::rgbd::Camera Source::parameters(ftl::rgbd::channel_t chan) const {
return (impl_) ? impl_->parameters(chan) : parameters();
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment