From 65534a73a4b6d109a065918bfaebeb9a9d16281a Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Mon, 26 Jan 2015 14:48:16 +0100 Subject: [PATCH] plugins/Tempo.cpp: improve output descriptions --- plugins/Tempo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Tempo.cpp b/plugins/Tempo.cpp index 0718122..85b1e9d 100644 --- a/plugins/Tempo.cpp +++ b/plugins/Tempo.cpp @@ -229,7 +229,7 @@ Tempo::getOutputDescriptors() const d.identifier = "tempo"; d.name = "Tempo"; - d.desc = "Overall estimated tempo"; + d.description = "Overall estimated tempo"; d.unit = "bpm"; d.hasFixedBinCount = true; d.binCount = 1; -- 2.11.0