mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-26 09:10:48 +01:00
[apps/shared] Define static app() accessor in FunctionApp class
This commit is contained in:
committed by
EmilieNumworks
parent
2c9489966d
commit
ff887ec4a0
@@ -336,8 +336,7 @@ void ValuesController::updateNumberOfColumns() {
|
||||
}
|
||||
|
||||
FunctionStore * ValuesController::functionStore() const {
|
||||
FunctionApp * myApp = static_cast<FunctionApp *>(app());
|
||||
return myApp->functionStore();
|
||||
return FunctionApp::app()->functionStore();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user