diff widgets/PropertyBox.cpp @ 807:e4773943c9c1 warnfix_no_size_t

More unsigned/long and warning fixes
author Chris Cannam
date Tue, 17 Jun 2014 15:55:27 +0100
parents 037a7c22bec8
children 57d943a61943
line wrap: on
line diff
--- a/widgets/PropertyBox.cpp	Tue Jun 17 15:36:56 2014 +0100
+++ b/widgets/PropertyBox.cpp	Tue Jun 17 15:55:27 2014 +0100
@@ -517,6 +517,7 @@
 	break;
     }
 
+    case PropertyContainer::InvalidProperty:
     default:
 	break;
     }