mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-12-24 23:09:26 -05:00
Un-const Optional class members.
This commit is contained in:
parent
b70138ad58
commit
54fb85a9d0
@ -42,8 +42,8 @@ public:
|
||||
T value() const { return value_; };
|
||||
|
||||
private:
|
||||
const T value_;
|
||||
const bool valid_;
|
||||
T value_;
|
||||
bool valid_;
|
||||
};
|
||||
|
||||
class TransponderID {
|
||||
|
Loading…
Reference in New Issue
Block a user