[ox/claw] Fix error codes to differ

This commit is contained in:
Gary Talent 2022-05-19 22:22:31 -05:00
parent 6854e658a0
commit 4ee08441b0

View File

@ -20,7 +20,7 @@
namespace ox {
constexpr auto Error_ClawTypeMismatch = 200;
constexpr auto Error_ClawTypeVersionMismatch = 200;
constexpr auto Error_ClawTypeVersionMismatch = 201;
struct ClawHeader {
String typeName;