const replaced with satic constexpr const
This commit is contained in:
parent
f9e3e1d9fd
commit
48e89e0b0d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue