const replaced with satic constexpr const

This commit is contained in:
Vojtech Bubnik 2021-10-22 11:31:16 +02:00
parent f9e3e1d9fd
commit 48e89e0b0d

View file

@ -13,7 +13,7 @@ class AppConfig;
class PresetBundle;
class Semver;
const int SLIC3R_VERSION_BODY_MAX = 256;
static constexpr const int SLIC3R_VERSION_BODY_MAX = 256;
class PresetUpdater
{