[shared] StorageFunctionListController: Fix bug wrong casting

This commit is contained in:
Émilie Feral
2018-10-17 11:43:12 +02:00
parent 63d6f11b8d
commit 3c2cde5529

View File

@@ -239,7 +239,7 @@ StorageFunctionStore * StorageFunctionListController::modelStore() {
}
InputViewController * StorageFunctionListController::inputController() {
FunctionApp * myApp = static_cast<FunctionApp *>(app());
StorageFunctionApp * myApp = static_cast<StorageFunctionApp *>(app());
return myApp->inputViewController();
}