mirror of
https://github.com/jakcron/nstool
synced 2024-11-14 09:46:39 +00:00
[fnd] unstub Exception::error()
This commit is contained in:
parent
c7e79b1d55
commit
ab1f092d75
1 changed files with 1 additions and 1 deletions
|
@ -44,5 +44,5 @@ const char* Exception::module() const noexcept
|
||||||
|
|
||||||
const char * fnd::Exception::error() const noexcept
|
const char * fnd::Exception::error() const noexcept
|
||||||
{
|
{
|
||||||
return nullptr;
|
return error_.c_str();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue