[ox/std] Uglify OxError parameter name to prevent name conflicts
This commit is contained in:
parent
5b57f4279a
commit
5dbe160633
2
deps/ox/src/ox/std/error.hpp
vendored
2
deps/ox/src/ox/std/error.hpp
vendored
@ -16,7 +16,7 @@
|
|||||||
#define OxError(x) x
|
#define OxError(x) x
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define oxReturnError(x) if (const auto err = x) return err
|
#define oxReturnError(x) if (const auto _err = x) return _err
|
||||||
|
|
||||||
namespace ox {
|
namespace ox {
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user