Switched from NULL to nullptr
This commit is contained in:
parent
e4f0a95af8
commit
13da1e38f0
10 changed files with 40 additions and 40 deletions
|
|
@ -30,7 +30,7 @@ Tile::Tile(DisplayApp* app, std::array<Applications, 6>& applications) : Screen(
|
|||
}
|
||||
modal.reset(new Modal(app));
|
||||
|
||||
btnm1 = lv_btnm_create(lv_scr_act(), NULL);
|
||||
btnm1 = lv_btnm_create(lv_scr_act(), nullptr);
|
||||
lv_btnm_set_map(btnm1, btnm_map1);
|
||||
lv_obj_set_size(btnm1, LV_HOR_RES, LV_VER_RES);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue