From 1314c25f14fb42d3ababa70f05be69bd7a971f85 Mon Sep 17 00:00:00 2001 From: falkTX Date: Thu, 29 Dec 2022 00:53:06 +0000 Subject: [PATCH] Fix a compiler warning Signed-off-by: falkTX --- examples/Latency/LatencyExamplePlugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Latency/LatencyExamplePlugin.cpp b/examples/Latency/LatencyExamplePlugin.cpp index 87a1384a..8c97785a 100644 --- a/examples/Latency/LatencyExamplePlugin.cpp +++ b/examples/Latency/LatencyExamplePlugin.cpp @@ -177,7 +177,7 @@ protected: /** Activate this plugin. */ - void activate() + void activate() override { fBufferPos = 0; std::memset(fBuffer, 0, sizeof(float)*fBufferSize);