Skip to content
New issue

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

Small code cleanup #1245

Merged
merged 2 commits into from Feb 17, 2019
Merged

Conversation

machinekoder
Copy link
Contributor

Code cleanups from #1210

@dhood dhood added the review label May 23, 2018
@@ -48,7 +48,7 @@ namespace rviz
RenderWidget::RenderWidget( RenderSystem* render_system, QWidget *parent )
: QWidget( parent )
, render_system_( render_system )
, render_window_( 0 )
, render_window_( nullptr )
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder why that compiles on xenial, it uses g++ 5.3.1 which should default to C++98 which should not know about nullptr?

Otherwise I think this stuff is trivial and should be merged (in melodic)

@rhaschke rhaschke changed the base branch from kinetic-devel to melodic-devel February 17, 2019 20:33
@rhaschke rhaschke changed the base branch from melodic-devel to kinetic-devel February 17, 2019 20:33
@rhaschke rhaschke merged commit 22f0202 into ros-visualization:kinetic-devel Feb 17, 2019
@ghost ghost removed the review label Feb 17, 2019
rhaschke pushed a commit that referenced this pull request Feb 17, 2019
* reorder initializers
* ogre/helpers/RenderWidget: fix clang warnings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants