diff --git a/src/icon.h b/src/icon.h index 7d84b34..6288a4c 100644 --- a/src/icon.h +++ b/src/icon.h @@ -13,7 +13,7 @@ struct Icon static constexpr auto HEIGHT=height; const unsigned short buffer[width*height]; - std::optional name{std::nullopt}; + const char * const name{}; }; } // namespace espgui