mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-26 17:20:53 +01:00
[apps/shared] Define static app() accessor in FunctionApp class
This commit is contained in:
committed by
EmilieNumworks
parent
2c9489966d
commit
ff887ec4a0
@@ -112,8 +112,7 @@ ExpiringPointer<Function> ListParameterController::function() {
|
||||
}
|
||||
|
||||
FunctionStore * ListParameterController::functionStore() {
|
||||
FunctionApp * a = static_cast<FunctionApp *>(app());
|
||||
return a->functionStore();
|
||||
return FunctionApp::app()->functionStore();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user