Mods for Gnu-Win32

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@897 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
1998-10-22 10:43:16 +00:00
parent fc54776e31
commit 06e38c8e2e
4 changed files with 82 additions and 67 deletions

View File

@@ -124,7 +124,7 @@ void wxTimer::Stop(void)
// ----------------------------------------------------------------------------
// private functions
// ----------------------------------------------------------------------------
static void wxProcessTimer(wxTimer& timer)
void wxProcessTimer(wxTimer& timer)
{
// Avoid to process spurious timer events
if ( timer.id == 0)