Clean warnings

Change-Id: I576621aeea71cc343a255ea2d668a0cbd3504e9e
This commit is contained in:
Émilie Feral
2016-09-22 10:22:52 +02:00
parent 0418f76ce1
commit 86983d2280
5 changed files with 8 additions and 9 deletions

View File

@@ -9,8 +9,8 @@ Graph::Function::Function() :
Graph::Function::Function(const char * text, KDColor color) :
m_text(text), // FIXME: Copy !!
m_color(color),
m_name("f(x)"),
m_color(color),
m_expression(nullptr),
m_layout(nullptr),
m_active(true)