Updated to const
This commit is contained in:
@ -13,7 +13,7 @@ struct Icon
|
|||||||
static constexpr auto HEIGHT=height;
|
static constexpr auto HEIGHT=height;
|
||||||
|
|
||||||
const unsigned short buffer[width*height];
|
const unsigned short buffer[width*height];
|
||||||
std::optional<std::string> name{std::nullopt};
|
const char * const name{};
|
||||||
|
|
||||||
};
|
};
|
||||||
} // namespace espgui
|
} // namespace espgui
|
||||||
|
Reference in New Issue
Block a user