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