[ox/std] Uglify OxError parameter name to prevent name conflicts
This commit is contained in:
Vendored
+1
-1
@@ -16,7 +16,7 @@
|
||||
#define OxError(x) x
|
||||
#endif
|
||||
|
||||
#define oxReturnError(x) if (const auto err = x) return err
|
||||
#define oxReturnError(x) if (const auto _err = x) return _err
|
||||
|
||||
namespace ox {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user