mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
Rename CharacterDevice::has_data_available_for_reading() -> can_read().
This commit is contained in:
@@ -23,7 +23,7 @@ Console::~Console()
|
||||
{
|
||||
}
|
||||
|
||||
bool Console::has_data_available_for_reading(Process&) const
|
||||
bool Console::can_read(Process&) const
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user