mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-26 17:20:53 +01:00
[apps] Make app accessors static members of App classes
This commit is contained in:
committed by
EmilieNumworks
parent
44809f4b3f
commit
eb6d697927
@@ -82,7 +82,7 @@ KDCoordinate DerivativeParameterController::cellHeight() {
|
||||
}
|
||||
|
||||
CartesianFunctionStore * DerivativeParameterController::functionStore() {
|
||||
return app()->functionStore();
|
||||
return App::app()->functionStore();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user