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