[turbine] Fix Mac build
This commit is contained in:
parent
5169a607cf
commit
845e433221
@ -235,6 +235,7 @@ struct IconData {
|
|||||||
};
|
};
|
||||||
|
|
||||||
[[nodiscard]]
|
[[nodiscard]]
|
||||||
|
[[maybe_unused]]
|
||||||
static ox::Result<IconData> toGlfwImgPixels(ox::SpanView<uint8_t> const &iconPng) noexcept {
|
static ox::Result<IconData> toGlfwImgPixels(ox::SpanView<uint8_t> const &iconPng) noexcept {
|
||||||
ox::Result<IconData> out;
|
ox::Result<IconData> out;
|
||||||
unsigned w{}, h{};
|
unsigned w{}, h{};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user