mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
demo: make Lazy_value::dst() const
This commit is contained in:
committed by
Christian Helmuth
parent
0ab49dff3a
commit
6177424fa6
@@ -46,7 +46,7 @@ class Lazy_value
|
||||
_accel = 1;
|
||||
}
|
||||
|
||||
T dst() { return _dst; }
|
||||
T dst() const { return _dst; }
|
||||
|
||||
void assign(T value) { _curr = value; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user