mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-21 06:40:37 +01:00
[apps/graph] Remove unneeded namespace
This commit is contained in:
@@ -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
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user