mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-11 04:35:05 +01:00
fixup! move message
This commit is contained in:
parent
7b78425d6b
commit
47f0185bcd
@ -216,7 +216,7 @@ Entry CreateEntry(Class log_class, Level log_level, const char* filename, unsign
|
||||
entry.filename = Common::TrimSourcePath(filename);
|
||||
entry.line_num = line_nr;
|
||||
entry.function = function;
|
||||
entry.message = message;
|
||||
entry.message = std::move(message);
|
||||
|
||||
return entry;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user