From 5d0000b5b5d644521d2333ed0d59fd3c84ddbad5 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Mon, 10 Dec 2001 11:39:06 +0000 Subject: [PATCH] Event typo fixed git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12967 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/generic/spinctlg.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/generic/spinctlg.cpp b/src/generic/spinctlg.cpp index f61ac2c516..ff767d2848 100644 --- a/src/generic/spinctlg.cpp +++ b/src/generic/spinctlg.cpp @@ -118,8 +118,8 @@ protected: m_spin->GetEventHandler()->ProcessEvent(event); #else - m_spin->SetTextValue(event.GetPosition()); - event.Skip(); + m_spin->SetTextValue(eventSpin.GetPosition()); + eventSpin.Skip(); #endif } -- 2.45.2