diff layer/TextLayer.cpp @ 93:05c41701dc6c

* a bit of tidying, and another improvement to cache hit ratio in FFTCache for peak-frequency spectra
author Chris Cannam
date Tue, 09 May 2006 12:13:35 +0000
parents 4b98bda7e94d
children 453f7da3534e
line wrap: on
line diff
--- a/layer/TextLayer.cpp	Mon May 08 16:44:47 2006 +0000
+++ b/layer/TextLayer.cpp	Tue May 09 12:13:35 2006 +0000
@@ -71,6 +71,7 @@
 TextLayer::getPropertyLabel(const PropertyName &name) const
 {
     if (name == "Colour") return tr("Colour");
+    return "";
 }
 
 Layer::PropertyType