mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps/stats] Start developping the input formula view in data
This commit is contained in:
@@ -25,7 +25,7 @@ void TabTableController::willExitResponderChain(Responder * nextFirstResponder)
|
||||
}
|
||||
|
||||
SelectableTableView * TabTableController::selectableTableView() {
|
||||
return (SelectableTableView *)view();
|
||||
return static_cast<SelectableTableView *>(view());
|
||||
}
|
||||
|
||||
View * TabTableController::loadView() {
|
||||
|
||||
Reference in New Issue
Block a user