mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-19 03:06:39 +00:00
parent
607fe83c63
commit
f018dac506
@ -67,7 +67,7 @@ class Genode::Fifo
|
||||
/**
|
||||
* Return true if queue is empty
|
||||
*/
|
||||
bool empty() { return _tail == nullptr; }
|
||||
bool empty() const { return _tail == nullptr; }
|
||||
|
||||
/**
|
||||
* Constructor
|
||||
|
Loading…
Reference in New Issue
Block a user