Browse Source

Fix strict build

Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.2.0-RC1
falkTX 4 years ago
parent
commit
b31672cacf
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      source/utils/CarlaScopeUtils.hpp

+ 1
- 1
source/utils/CarlaScopeUtils.hpp View File

@@ -98,7 +98,7 @@ private:

class CarlaScopedLocale {
#ifdef CARLA_USE_NEWLOCALE
static constexpr locale_t kNullLocale = (locale_t)0;
static constexpr locale_t kNullLocale = (locale_t)nullptr;
#endif

public:


Loading…
Cancel
Save