mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[poincare] Add Upper case to Poincare static Init function
This commit is contained in:
committed by
EmilieNumworks
parent
5b5211be24
commit
8105a000ab
@@ -45,7 +45,7 @@ static inline void ion_main_inner() {
|
||||
|
||||
void ion_main(int argc, char * argv[]) {
|
||||
// Initialize Poincare::TreePool::sharedPool
|
||||
Poincare::init();
|
||||
Poincare::Init();
|
||||
|
||||
Poincare::ExceptionCheckpoint ecp;
|
||||
if (ExceptionRun(ecp)) {
|
||||
|
||||
Reference in New Issue
Block a user