diff --git a/src/nostalgia/studio/icondata.cpp b/src/nostalgia/studio/icondata.cpp index 6b45658f..d96b1069 100644 --- a/src/nostalgia/studio/icondata.cpp +++ b/src/nostalgia/studio/icondata.cpp @@ -5,7 +5,7 @@ namespace studio { -static constexpr ox::Array WindowIcon16Data { +static const ox::Array WindowIcon16Data { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x02, 0x03, 0x00, 0x00, 0x00, 0x62, @@ -24,7 +24,7 @@ static constexpr ox::Array WindowIcon16Data { ox::SpanView WindowIcon16() noexcept { return WindowIcon16Data; } -static constexpr ox::Array WindowIcon24Data { +static const ox::Array WindowIcon24Data { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x18, 0x02, 0x03, 0x00, 0x00, 0x00, 0x9d, @@ -44,7 +44,7 @@ static constexpr ox::Array WindowIcon24Data { ox::SpanView WindowIcon24() noexcept { return WindowIcon24Data; } -static constexpr ox::Array WindowIcon32Data { +static const ox::Array WindowIcon32Data { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x20, 0x02, 0x03, 0x00, 0x00, 0x00, 0x0e, @@ -474,7 +474,7 @@ static constexpr ox::Array WindowIcon32Data { ox::SpanView WindowIcon32() noexcept { return WindowIcon32Data; } -static constexpr ox::Array WindowIcon40Data { +static const ox::Array WindowIcon40Data { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x28, 0x00, 0x00, 0x00, 0x28, 0x08, 0x03, 0x00, 0x00, 0x00, 0xbb, @@ -513,7 +513,7 @@ static constexpr ox::Array WindowIcon40Data { ox::SpanView WindowIcon40() noexcept { return WindowIcon40Data; } -static constexpr ox::Array WindowIcon48Data { +static const ox::Array WindowIcon48Data { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x30, 0x00, 0x00, 0x00, 0x30, 0x02, 0x03, 0x00, 0x00, 0x00, 0x2a, @@ -535,7 +535,7 @@ static constexpr ox::Array WindowIcon48Data { ox::SpanView WindowIcon48() noexcept { return WindowIcon48Data; } -static constexpr ox::Array WindowIcon128Data { +static const ox::Array WindowIcon128Data { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x80, 0x02, 0x03, 0x00, 0x00, 0x00, 0xbe, @@ -1355,7 +1355,7 @@ static constexpr ox::Array WindowIcon128Data { ox::SpanView WindowIcon128() noexcept { return WindowIcon128Data; } -static constexpr ox::Array WindowIcon264Data { +static const ox::Array WindowIcon264Data { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x01, 0x08, 0x00, 0x00, 0x01, 0x08, 0x02, 0x03, 0x00, 0x00, 0x00, 0xde, @@ -1388,7 +1388,7 @@ static constexpr ox::Array WindowIcon264Data { ox::SpanView WindowIcon264() noexcept { return WindowIcon264Data; } -static constexpr ox::Array WindowIcon1080Data { +static const ox::Array WindowIcon1080Data { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x03, 0x48, 0x00, 0x00, 0x03, 0x48, 0x02, 0x03, 0x00, 0x00, 0x00, 0x80,