mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-08 17:55:00 -04:00
De-constexpr a few UI constructors.
Because it was silly.
This commit is contained in:
parent
61b5faf8b5
commit
27a1423309
5 changed files with 6 additions and 6 deletions
|
@ -84,7 +84,7 @@ private:
|
|||
|
||||
class TemperatureWidget : public Widget {
|
||||
public:
|
||||
explicit constexpr TemperatureWidget(
|
||||
explicit TemperatureWidget(
|
||||
Rect parent_rect
|
||||
) : Widget { parent_rect }
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue