We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CommDepthImage::get_intrinsic should be const:
CommDepthImage::get_intrinsic
const
DomainModelsRepositories/DomainVision/smartsoft/src/DomainVision/CommDepthImage.hh
Lines 203 to 219 in 68b9286
This lack of a const qualifier affects several other getters across the DomainVision namespace, as far as I can tell.
DomainVision
The text was updated successfully, but these errors were encountered:
No branches or pull requests
CommDepthImage::get_intrinsic
should beconst
:DomainModelsRepositories/DomainVision/smartsoft/src/DomainVision/CommDepthImage.hh
Lines 203 to 219 in 68b9286
This lack of a
const
qualifier affects several other getters across theDomainVision
namespace, as far as I can tell.The text was updated successfully, but these errors were encountered: