Calling a virtual function from a destructor is not good:
authorMattia Barbon <mbarbon@cpan.org>
Wed, 26 Mar 2003 22:22:55 +0000 (22:22 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Wed, 26 Mar 2003 22:22:55 +0000 (22:22 +0000)
commit2187eef5bb7a81ee3b2738a312f4ecfceb49bded
tree2cda4e43e9b285ae3ecb43119fc0267a28dcfea4
parentd8d1818419134415331bfe9f6d4703a8f0742caa
  Calling a virtual function from a destructor is not good:
rearranged code to avoid it.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19826 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/motif/toplevel.h
src/motif/dialog.cpp
src/motif/frame.cpp
src/motif/toplevel.cpp