Typo in code example

main
adumelie 2024-03-14 16:38:08 +07:00 committed by JF
parent 9aa0bc8ecf
commit 4c9d5332c7
1 changed files with 1 additions and 1 deletions

@ -143,7 +143,7 @@ namespace Pinetime {
struct AppTraits<Apps::MyApp> {
static constexpr Apps app = Apps::MyApp;
static constexpr const char* icon = Screens::Symbol::myApp;
static Screens::Screens* Create(AppController& controllers) {
static Screens::Screen* Create(AppController& controllers) {
return new Screens::MyApp();
}
};