mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-28 18:20:14 +01:00
[apps] Remove Container * parameter from all App constructors
This commit is contained in:
committed by
EmilieNumworks
parent
2c98a6ea0d
commit
1f06819974
@@ -7,8 +7,8 @@ using namespace Poincare;
|
||||
|
||||
namespace Shared {
|
||||
|
||||
InputEventHandlerDelegateApp::InputEventHandlerDelegateApp(Container * container, Snapshot * snapshot, ViewController * rootViewController) :
|
||||
::App(container, snapshot, rootViewController, I18n::Message::Warning),
|
||||
InputEventHandlerDelegateApp::InputEventHandlerDelegateApp(Snapshot * snapshot, ViewController * rootViewController) :
|
||||
::App(snapshot, rootViewController, I18n::Message::Warning),
|
||||
InputEventHandlerDelegate()
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user