mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 11:07:45 +00:00
AK: Fix bogus return type of Result::release_error() (#6054)
The function was not used anywhere so the error was unnoticed.
This commit is contained in:
parent
a8f8e883c1
commit
804ab79995
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ public:
|
|||
return m_error.has_value();
|
||||
}
|
||||
|
||||
void release_error()
|
||||
ErrorType release_error()
|
||||
{
|
||||
return m_error.release_value();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue