Changed the namespace of SystemInfo::sortById to avoid a name conflict (#360)
This commit is contained in:
@@ -43,6 +43,9 @@ namespace Pinetime {
|
||||
Pinetime::Drivers::WatchdogView& watchdog;
|
||||
|
||||
ScreenList<5> screens;
|
||||
|
||||
static bool sortById(const TaskStatus_t& lhs, const TaskStatus_t& rhs);
|
||||
|
||||
std::unique_ptr<Screen> CreateScreen1();
|
||||
std::unique_ptr<Screen> CreateScreen2();
|
||||
std::unique_ptr<Screen> CreateScreen3();
|
||||
|
||||
Reference in New Issue
Block a user