PCH build fix.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43596 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2006-07-25 06:07:01 +00:00
parent b7681018cb
commit 15665b4790
9 changed files with 24 additions and 6 deletions

View File

@@ -3011,6 +3011,12 @@ wxPyTimer::wxPyTimer(wxEvtHandler *owner, int id)
SetOwner(this);
}
wxPyTimer::~wxPyTimer()
{
// printf("-=* ~wxPyTimer\n");
}
SWIGINTERN swig_type_info*
SWIG_pchar_descriptor()