Ceniza: I can't seem to reproduce the bug with wx2.4.2
[Edit]
Now, wait a second. We have to check the code to see if the classbrowser is being destroyed INSIDE the wxNotebook code, because if that's the case, we'd try to remove the page TWICE.
You're right, this whole line should be removed! Then the resulting code would be:
ClassBrowser::~ClassBrowser()
{
}
I don't see why not. Yiannis? You have the last word.
[/Edit]