0 -> nullptr in 2 places
This commit is contained in:
parent
c2fd4f48f9
commit
3be39a98fe
2 changed files with 2 additions and 2 deletions
|
@ -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_()
|
||||
|
|
|
@ -45,7 +45,7 @@ private:
|
|||
chamber()
|
||||
: center()
|
||||
, locs()
|
||||
, items(0)
|
||||
, items(nullptr)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue