mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps] Get rid of App casts
This commit is contained in:
committed by
EmilieNumworks
parent
eaa4758367
commit
21907fb89a
@@ -36,7 +36,7 @@ MenuController::MenuController(Responder * parentResponder, App * pythonDelegate
|
||||
}
|
||||
|
||||
ConsoleController * MenuController::consoleController() {
|
||||
return static_cast<App *>(app())->consoleController();
|
||||
return app()->consoleController();
|
||||
}
|
||||
|
||||
StackViewController * MenuController::stackViewController() {
|
||||
|
||||
Reference in New Issue
Block a user