diff widgets/PropertyStack.cpp @ 249:e6d0b097d102 sv1-1.0rc1

* more compile warning fixes
author Chris Cannam
date Mon, 30 Apr 2007 14:06:45 +0000
parents 50c0a548d23e
children 4ca7562dd246
line wrap: on
line diff
--- a/widgets/PropertyStack.cpp	Mon Apr 30 13:36:23 2007 +0000
+++ b/widgets/PropertyStack.cpp	Mon Apr 30 14:06:45 2007 +0000
@@ -199,7 +199,7 @@
 }
 
 void
-PropertyStack::propertyContainerNameChanged(PropertyContainer *pc)
+PropertyStack::propertyContainerNameChanged(PropertyContainer *)
 {
     if (sender() != m_client) return;
     repopulate();