Remove Nz::String and Nz::StringStream
This commit is contained in:
@@ -31,7 +31,7 @@ namespace Nz
|
||||
break;
|
||||
|
||||
default:
|
||||
throw std::runtime_error(("unknown binding type 0x" + String::Number(UnderlyingCast(bindingInfo.type), 16)).ToStdString());
|
||||
throw std::runtime_error("unknown binding type 0x" + NumberToString(UnderlyingCast(bindingInfo.type), 16));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user