mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-23 15:50:49 +01:00
Clean warnings
Change-Id: I576621aeea71cc343a255ea2d668a0cbd3504e9e
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user