mirror of
https://github.com/bkaradzic/bx.git
synced 2026-08-27 05:28:33 +00:00
Cleanup.
This commit is contained in:
@@ -79,6 +79,11 @@ namespace bx
|
||||
return result;
|
||||
}
|
||||
|
||||
const StringView& getMessage() const
|
||||
{
|
||||
return m_msg;
|
||||
}
|
||||
|
||||
bool operator==(const ErrorResult& _rhs) const
|
||||
{
|
||||
return _rhs.code == m_code;
|
||||
|
||||
Reference in New Issue
Block a user