| Tony ( @ 2007-10-23 22:34:00 |
| Current mood: | |
| Current music: | Midnight Coward - Stars |
| Entry tags: | geeky |
The hidden dangers of renaming methods
I spent half my day tracking this down so I am going to share it here.
When renaming a member function of a class, it is vital that you examine all classes that inherit from it to ensure that, should any of them override this function, you rename it there as well. Failure to do so can result in all sorts of nastiness.