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 compiler warning
Signed-off-by: falkTX <falktx@falktx.com>
pull/397/head
falkTX
2 years ago
parent
7f8c3a7dd7
commit
1314c25f14
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
examples/Latency/LatencyExamplePlugin.cpp
+ 1
- 1
examples/Latency/LatencyExamplePlugin.cpp
View File
@@ -177,7 +177,7 @@ protected:
/**
Activate this plugin.
*/
void activate()
void activate()
override
{
fBufferPos = 0;
std::memset(fBuffer, 0, sizeof(float)*fBufferSize);
Write
Preview
Loading…
Cancel
Save