const replaced with satic constexpr const

This commit is contained in:
Vojtech Bubnik
2021-10-22 11:31:16 +02:00
parent 6d7510b63a
commit 42c7490ceb

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
{