This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
DPF
mirror of
https://github.com/DISTRHO/DPF
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Fix a warning
Signed-off-by: falkTX <falktx@falktx.com>
pull/421/head
falkTX
2 years ago
parent
cc053280af
commit
354be5a665
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
distrho/DistrhoDetails.hpp
+ 2
- 2
distrho/DistrhoDetails.hpp
View File
@@ -517,8 +517,8 @@ struct ParameterEnumerationValues {
constexpr ParameterEnumerationValues() noexcept
: count(0),
ptr(nullptr
),
deleteLater(false
) {}
deleteLater(false
),
ptr(nullptr
) {}
constexpr ParameterEnumerationValues(uint32_t c, const ParameterEnumerationValue* v) noexcept
: count(c),
Write
Preview
Loading…
Cancel
Save