mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 05:05:19 -05:00
sys: Make sure constexpr variables don't get copied onto the stack
This commit is contained in:
@@ -29,8 +29,8 @@ namespace hex {
|
||||
|
||||
namespace {
|
||||
|
||||
constexpr auto DisplayEndDefault = 50u;
|
||||
constexpr auto DisplayEndStep = 50u;
|
||||
constexpr auto DisplayEndDefault = 50U;
|
||||
constexpr auto DisplayEndStep = 50U;
|
||||
|
||||
using namespace ::std::literals::string_literals;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user