mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[poincare] Remove a warning
Change-Id: I1b13df6570d281933f2a05aba54a5a83164cca6e
This commit is contained in:
@@ -7,8 +7,8 @@ extern "C" {
|
||||
#include "layout/string_layout.h"
|
||||
|
||||
Function::Function(const char * name) :
|
||||
m_name(name),
|
||||
m_arg(nullptr)
|
||||
m_arg(nullptr),
|
||||
m_name(name)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user