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
Method "rviz::FailedDisplay::save" hides but does not override "rviz::Property::save" because some type qualifiers do not match.
rviz/src/rviz/failed_display.cpp
Lines 72 to 80 in f9b357f
The function should add const keyword
const
The text was updated successfully, but these errors were encountered:
overload FailedDisplay::save for proper override
db9d464
Avoid ABI braking Fix ros-visualization#1390
434c291
Avoid ABI braking Fix ros-visualization#1390 Signed-off-by: artivis <[email protected]>
Successfully merging a pull request may close this issue.
Method "rviz::FailedDisplay::save" hides but does not override "rviz::Property::save" because some type qualifiers do not match.
rviz/src/rviz/failed_display.cpp
Lines 72 to 80 in f9b357f
The function should add
const
keywordThe text was updated successfully, but these errors were encountered: