[ox/std] Uglify OxError parameter name to prevent name conflicts
This commit is contained in:
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 {
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user