From ccea0579d127065bcbb93792e53d652d7e06f30c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9a=20Saviot?= Date: Thu, 4 Oct 2018 11:41:41 +0200 Subject: [PATCH] [apps/graph] Remove unneeded namespace --- apps/graph/storage_cartesian_function.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/graph/storage_cartesian_function.cpp b/apps/graph/storage_cartesian_function.cpp index 667c267ba..931923fc3 100644 --- a/apps/graph/storage_cartesian_function.cpp +++ b/apps/graph/storage_cartesian_function.cpp @@ -10,8 +10,8 @@ using namespace Shared; namespace Graph { StorageCartesianFunction::StorageCartesianFunction(const char * text, KDColor color) : - Shared::StorageFunction(text, color), - m_displayDerivative(false) + StorageFunction(text, color), + m_displayDerivative(false) //TODO { }