[apps/Calculation] Fix forgotten namespace

This commit is contained in:
Léa Saviot
2018-11-20 16:22:46 +01:00
committed by Émilie Feral
parent 58f73dc367
commit 2f8bd5a241

View File

@@ -51,7 +51,7 @@ QUIZ_CASE(calculation_store) {
}
QUIZ_CASE(calculation_display_exact_approximate) {
GlobalContext globalContext;
Shared::GlobalContext globalContext;
CalculationStore store;
store.push("1+3/4", &globalContext);