diff options
| author | Avamander <avamander@gmail.com> | 2021-06-12 09:18:19 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-12 09:18:19 (GMT) |
| commit | 314a8ebba070bd935c795cea2955d494f002797f (patch) | |
| tree | d14d30d29f22f7eb15edd6494ae59afa21084883 /src/displayapp/screens/SystemInfo.h | |
| parent | d4f4ed014cecb600a5fb8541cff1f01bf2c46d54 (diff) | |
Changed the namespace of SystemInfo::sortById to avoid a name conflict (#360)
Diffstat (limited to 'src/displayapp/screens/SystemInfo.h')
| -rw-r--r-- | src/displayapp/screens/SystemInfo.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/displayapp/screens/SystemInfo.h b/src/displayapp/screens/SystemInfo.h index c0c6555..c61a07a 100644 --- a/src/displayapp/screens/SystemInfo.h +++ b/src/displayapp/screens/SystemInfo.h @@ -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(); |
