[poincare] Static Expression methods start with uppercase

This commit is contained in:
Léa Saviot
2019-01-03 16:39:12 +01:00
parent 271e22628b
commit e5f0959239
17 changed files with 48 additions and 48 deletions

View File

@@ -84,7 +84,7 @@ AppsContainer::AppsContainer() :
* We just remove the circuit breaker for now.
* TODO: Put the Poincare circuit breaker back on epsilon's web emulator */
#else
Poincare::Expression::setCircuitBreaker(AppsContainer::poincareCircuitBreaker);
Poincare::Expression::SetCircuitBreaker(AppsContainer::poincareCircuitBreaker);
#endif
Ion::Storage::sharedStorage()->setDelegate(this);
}