Mercurial > hg > svgui
diff layer/TimeRulerLayer.cpp @ 248:28c8e8e3c537
* Fix many compile warnings, remove some debug output
author | Chris Cannam |
---|---|
date | Mon, 30 Apr 2007 13:36:23 +0000 |
parents | 34bbbcb3c01f |
children | 1a49bd0d8375 |
line wrap: on
line diff
--- a/layer/TimeRulerLayer.cpp Mon Apr 30 09:07:08 2007 +0000 +++ b/layer/TimeRulerLayer.cpp Mon Apr 30 13:36:23 2007 +0000 @@ -67,7 +67,7 @@ } Layer::PropertyType -TimeRulerLayer::getPropertyType(const PropertyName &name) const +TimeRulerLayer::getPropertyType(const PropertyName &) const { return ValueProperty; }