]> git.saurik.com Git - wxWidgets.git/commit
implement out-of-line destructors where needed instead of using __DARWIN__
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Mon, 7 Jan 2002 21:52:28 +0000 (21:52 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Mon, 7 Jan 2002 21:52:28 +0000 (21:52 +0000)
commit799ea01170e831c212320b0cb3038a91785e4789
treeca4026a93414ce201708b1d2d1e7965ee33b61d6
parent0926b2fcc257c89b29c3c0d0981566037e0fc903
implement out-of-line destructors where needed instead of using __DARWIN__
specific conditional compilation

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13447 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
28 files changed:
include/wx/app.h
include/wx/choice.h
include/wx/control.h
include/wx/ctrlsub.h
include/wx/font.h
include/wx/frame.h
include/wx/gauge.h
include/wx/geometry.h
include/wx/list.h
include/wx/listbox.h
include/wx/popupwin.h
include/wx/statbmp.h
include/wx/timer.h
include/wx/toplevel.h
src/common/appcmn.cpp
src/common/bmpbase.cpp
src/common/choiccmn.cpp
src/common/ctrlcmn.cpp
src/common/ctrlsub.cpp
src/common/fontcmn.cpp
src/common/framecmn.cpp
src/common/gaugecmn.cpp
src/common/gdicmn.cpp
src/common/lboxcmn.cpp
src/common/popupcmn.cpp
src/common/sizer.cpp
src/common/timercmn.cpp
src/common/toplvcmn.cpp