mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-12 11:27:43 +00:00
Un-const Optional class members.
This commit is contained in:
@@ -42,8 +42,8 @@ public:
|
||||
T value() const { return value_; };
|
||||
|
||||
private:
|
||||
const T value_;
|
||||
const bool valid_;
|
||||
T value_;
|
||||
bool valid_;
|
||||
};
|
||||
|
||||
class TransponderID {
|
||||
|
Reference in New Issue
Block a user