comparison view/View.cpp @ 248:28c8e8e3c537

* Fix many compile warnings, remove some debug output
author Chris Cannam
date Mon, 30 Apr 2007 13:36:23 +0000
parents 5105be027d8e
children 4ed1446ad604
comparison
equal deleted inserted replaced
247:0e9f59f991aa 248:28c8e8e3c537
797 setCentreFrame(f, false); 797 setCentreFrame(f, false);
798 } 798 }
799 } 799 }
800 800
801 void 801 void
802 View::viewCentreFrameChanged(View *v, unsigned long f) 802 View::viewCentreFrameChanged(View *, unsigned long )
803 { 803 {
804 // We do nothing with this, but a subclass might 804 // We do nothing with this, but a subclass might
805 } 805 }
806 806
807 void 807 void