Gnome::Main destructor
"Phillip Neiswanger" <[email protected]> Fri, 22 Apr 2005 20:56:33 -0600
| Newsgroups | gmane.comp.gnome.gnomemm |
|---|---|
| Message-ID | <[email protected]> |
Hello, I was wondering why the Gnome::Main destructor is not virtual. The =20 Gtk::Main destructor is virtual. Is there something that Gnome::Main doe= s =20 that makes a non-virtual destructor necessary? In the code I'm writing =20 now, I'd like to derived from Gnome::Main, but without a virtual =20 destructor I'm hestitant to do that and decided to use it within my class= =20 instead. -- phil