mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-07-12 22:01:48 +08:00
const replaced with satic constexpr const
This commit is contained in:
parent
f9e3e1d9fd
commit
48e89e0b0d
@ -13,7 +13,7 @@ class AppConfig;
|
|||||||
class PresetBundle;
|
class PresetBundle;
|
||||||
class Semver;
|
class Semver;
|
||||||
|
|
||||||
const int SLIC3R_VERSION_BODY_MAX = 256;
|
static constexpr const int SLIC3R_VERSION_BODY_MAX = 256;
|
||||||
|
|
||||||
class PresetUpdater
|
class PresetUpdater
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user