[poincare] VariableContext hold a const char * instead of a char

This commit is contained in:
Émilie Feral
2018-09-27 10:57:32 +02:00
parent 8072520686
commit a6663f524f
4 changed files with 7 additions and 7 deletions

View File

@@ -7,7 +7,7 @@ namespace Sequence {
template<typename T>
CacheContext<T>::CacheContext(Context * parentContext) :
VariableContext<T>('n', parentContext),
VariableContext<T>("n", parentContext),
m_values{{NAN, NAN},
{NAN, NAN}}
{