plugins/Tempo.cpp: improve output descriptions
[vamp-aubio-plugins.git] / plugins / Tempo.cpp
index 0718122..85b1e9d 100644 (file)
@@ -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;