Browse Source

Fix a compiler warning

Signed-off-by: falkTX <falktx@falktx.com>
pull/397/head
falkTX 2 years ago
parent
commit
1314c25f14
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      examples/Latency/LatencyExamplePlugin.cpp

+ 1
- 1
examples/Latency/LatencyExamplePlugin.cpp View File

@@ -177,7 +177,7 @@ protected:
/** /**
Activate this plugin. Activate this plugin.
*/ */
void activate()
void activate() override
{ {
fBufferPos = 0; fBufferPos = 0;
std::memset(fBuffer, 0, sizeof(float)*fBufferSize); std::memset(fBuffer, 0, sizeof(float)*fBufferSize);


Loading…
Cancel
Save