Typo in example code
This commit is contained in:
parent
ef38472278
commit
14c6270903
|
@ -143,7 +143,7 @@ namespace Pinetime {
|
|||
struct AppTraits<Apps::MyApp> {
|
||||
static constexpr Apps app = Apps::MyApp;
|
||||
static constexpr const char* icon = Screens::Symbols::myApp;
|
||||
static Screens::Screen* Create(AppController& controllers) {
|
||||
static Screens::Screen* Create(AppControllers& controllers) {
|
||||
return new Screens::MyApp();
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue
Block a user