0 -> nullptr in 2 places

This commit is contained in:
Charles Dang 2018-03-24 10:22:25 +11:00
parent c2fd4f48f9
commit 3be39a98fe
2 changed files with 2 additions and 2 deletions

View file

@ -114,7 +114,7 @@ display::display(const display_context* dc,
, diagnostic_label_(0)
, turbo_speed_(2)
, turbo_(false)
, map_labels_(new map_labels(0))
, map_labels_(new map_labels(nullptr))
, scroll_event_("scrolled")
, complete_redraw_event_("completely_redrawn")
, fps_counter_()

View file

@ -45,7 +45,7 @@ private:
chamber()
: center()
, locs()
, items(0)
, items(nullptr)
{
}