From 8017e76d39872ccc82281c7b6549adcc2627723f Mon Sep 17 00:00:00 2001 From: AKMaily Date: Fri, 30 Aug 2024 08:52:06 +0200 Subject: [PATCH] Changed the ImGuiInstance version as well as the datatype of the logo --- ImGuiInstance | 2 +- src/imagesHeader.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ImGuiInstance b/ImGuiInstance index ff6e2e3e..e543e07a 160000 --- a/ImGuiInstance +++ b/ImGuiInstance @@ -1 +1 @@ -Subproject commit ff6e2e3ed0749efb85bbb7d76bc610195a943553 +Subproject commit e543e07a533e1c8bfbcaeeab3ba0f6c5dd4b0e9f diff --git a/src/imagesHeader.hpp b/src/imagesHeader.hpp index e455fd8c..34ef1607 100644 --- a/src/imagesHeader.hpp +++ b/src/imagesHeader.hpp @@ -2,7 +2,7 @@ #ifndef IMAGES_HEADER_HPP #define IMAGES_HEADER_HPP -unsigned char AutoInternLogo_png[] = { +inline constexpr unsigned char AutoInternLogo_png[] = { 0xff, 0xd8, 0xff, 0xe0, 0x00, 0x10, 0x4a, 0x46, 0x49, 0x46, 0x00, 0x01, 0x01, 0x00, 0x00, 0x01, 0x00, 0x01, 0x00, 0x00, 0xff, 0xdb, 0x00, 0x43, 0x00, 0x07, 0x05, 0x05, 0x06, 0x05, 0x04, 0x07, 0x06, 0x06, 0x06, 0x08,