Fix a silly MSVC error

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2023-05-07 20:52:13 +02:00
parent a2411edbba
commit 2ed57a0272
No known key found for this signature in database
GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions

View File

@ -347,7 +347,7 @@ static constexpr const uint PARAMETER_IS_ENABLED = 0x010;
static constexpr const uint PARAMETER_IS_AUTOMATABLE = 0x020;
/* for backwards compatibility */
static constexpr const uint PARAMETER_IS_AUTOMABLE = PARAMETER_IS_AUTOMATABLE;
static constexpr const uint PARAMETER_IS_AUTOMABLE = 0x020;
/*!
* Parameter is read-only.