mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-17 06:38:28 +00:00
@ -99,7 +99,7 @@ class Vfs::Rom_file_system : public Single_file_system
|
||||
return WRITE_ERR_INVALID;
|
||||
}
|
||||
|
||||
bool read_ready() { return true; }
|
||||
bool read_ready() override { return true; }
|
||||
};
|
||||
|
||||
public:
|
||||
|
Reference in New Issue
Block a user