mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
Proper C++ array initialiation
Change-Id: Ic2fab5db3921f477832eaddf5226b6727f68a34c
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
namespace Graph {
|
||||
|
||||
Function::Function(const char * text, KDColor color) :
|
||||
m_text(""),
|
||||
m_text{0},
|
||||
m_name(text),
|
||||
m_color(color),
|
||||
m_expression(nullptr),
|
||||
|
||||
Reference in New Issue
Block a user