mirror of
https://github.com/InfiniTimeOrg/InfiniTime.git
synced 2024-11-27 10:43:46 +03:00
Fixed a small warning with Screen's constructor
This commit is contained in:
parent
9b7ba7b5b8
commit
77f4d5448b
@ -9,7 +9,7 @@ namespace Pinetime {
|
||||
namespace Screens {
|
||||
class Screen {
|
||||
public:
|
||||
Screen(DisplayApp* app) : app{app} {}
|
||||
explicit Screen(DisplayApp* app) : app{app} {}
|
||||
virtual ~Screen() = default;
|
||||
|
||||
// Return false if the app can be closed, true if it must continue to run
|
||||
|
Loading…
Reference in New Issue
Block a user