mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
const replaced with satic constexpr const
This commit is contained in:
@@ -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
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user