mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-18 04:53:06 +01: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