This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
Carla
mirror of
https://github.com/falkTX/Carla
Watch
1
Star
0
Fork
0
Code
Releases
42
Activity
Browse Source
Fix strict build
Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.2.0-RC1
falkTX
4 years ago
parent
b697a30188
commit
b31672cacf
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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:
Write
Preview
Loading…
Cancel
Save