mirror of
https://github.com/wiiu-env/wut.git
synced 2025-01-06 01:18:14 +01:00
nn: Fix initialisation order in nn::Result
This commit is contained in:
parent
fdf9539c83
commit
efeb31620d
@ -193,9 +193,9 @@ public:
|
||||
|
||||
public:
|
||||
Result(Level level, Module module, unsigned description) :
|
||||
mLevel(level),
|
||||
mDescription(description),
|
||||
mModule(module),
|
||||
mDescription(description)
|
||||
mLevel(level)
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user