Added empty destructor that was removed from header.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34642 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Neis
2005-06-12 12:18:30 +00:00
parent 2173b18fc8
commit 490120b404

View File

@@ -56,6 +56,8 @@ wxOwnerDrawn::wxOwnerDrawn(
m_font = *wxNORMAL_FONT;
} // end of wxOwnerDrawn::wxOwnerDrawn
wxOwnerDrawn::~wxOwnerDrawn() { }
size_t wxOwnerDrawn::ms_nDefaultMarginWidth = 15;
size_t wxOwnerDrawn::ms_nLastMarginWidth = ms_nDefaultMarginWidth;