BAN: Mark RefPtr and WeakPtr operator bool() as explicit
This commit is contained in:
@@ -361,7 +361,7 @@ namespace Kernel
|
||||
|
||||
bool TTY::is_initialized()
|
||||
{
|
||||
return s_tty;
|
||||
return !!s_tty;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user