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