mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-06-09 17:38:35 +00:00
Make File::Result::value() const.
This commit is contained in:
parent
8b02e40602
commit
931853a55f
@ -154,7 +154,7 @@ public:
|
|||||||
return type == Type::Error;
|
return type == Type::Error;
|
||||||
}
|
}
|
||||||
|
|
||||||
const T& value() {
|
const T& value() const {
|
||||||
return value_;
|
return value_;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user