From 2f8bd5a241250427f3fcb858fcb62d7c12e8d199 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9a=20Saviot?= Date: Tue, 20 Nov 2018 16:22:46 +0100 Subject: [PATCH] [apps/Calculation] Fix forgotten namespace --- apps/calculation/test/calculation_store.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/calculation/test/calculation_store.cpp b/apps/calculation/test/calculation_store.cpp index e2f30a3a3..5d7b92dc5 100644 --- a/apps/calculation/test/calculation_store.cpp +++ b/apps/calculation/test/calculation_store.cpp @@ -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);