[ox/std] Cleanup
This commit is contained in:
parent
b8c0bbe03a
commit
9af8530e24
2
deps/ox/src/ox/std/error.hpp
vendored
2
deps/ox/src/ox/std/error.hpp
vendored
@ -101,7 +101,7 @@ struct Exception: public std::exception {
|
||||
this->errCode = errCode;
|
||||
}
|
||||
|
||||
inline explicit Exception(const Error &err) {
|
||||
explicit inline Exception(const Error &err) {
|
||||
if (err.msg) {
|
||||
this->msg = err.msg;
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user