[ox/std] Cleanup

(synced from 9af8530e24)
This commit is contained in:
2023-04-02 09:42:49 -05:00
parent 1ce9a5bcbf
commit e77533b50c
+1 -1
View File
@@ -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 {