diff base/PropertyContainer.cpp @ 936:0c1d6de8f44b

Merge from branch warnfix_no_size_t
author Chris Cannam
date Wed, 18 Jun 2014 13:51:16 +0100
parents 6a94bb528e9d
children a54016762f77
line wrap: on
line diff
--- a/base/PropertyContainer.cpp	Tue Jun 03 11:05:49 2014 +0100
+++ b/base/PropertyContainer.cpp	Wed Jun 18 13:51:16 2014 +0100
@@ -54,7 +54,7 @@
 }
 
 QString
-PropertyContainer::getPropertyValueLabel(const PropertyName &name, int value) const
+PropertyContainer::getPropertyValueLabel(const PropertyName &, int) const
 {
     return QString();
 }