mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-21 23:00:45 +01:00
[shared] StorageFunctionListController: Fix bug wrong casting
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user