comparison 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
comparison
equal deleted inserted replaced
806:4c8ca536b54f 807:e4773943c9c1
515 #endif 515 #endif
516 516
517 break; 517 break;
518 } 518 }
519 519
520 case PropertyContainer::InvalidProperty:
520 default: 521 default:
521 break; 522 break;
522 } 523 }
523 } 524 }
524 525