mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-22 06:57:51 +00:00
demo: make Lazy_value::dst() const
This commit is contained in:
parent
0ab49dff3a
commit
6177424fa6
@ -46,7 +46,7 @@ class Lazy_value
|
|||||||
_accel = 1;
|
_accel = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
T dst() { return _dst; }
|
T dst() const { return _dst; }
|
||||||
|
|
||||||
void assign(T value) { _curr = value; }
|
void assign(T value) { _curr = value; }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user