From f6bc4102d7ba31a8b8680d980aaac34bfdea5e52 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 30 Sep 2003 22:26:47 +0000 Subject: [PATCH] and now it even compiles git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24027 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/gtk/choice.cpp | 2 +- src/gtk1/choice.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gtk/choice.cpp b/src/gtk/choice.cpp index 2eb0944efe..5874c0fd6a 100644 --- a/src/gtk/choice.cpp +++ b/src/gtk/choice.cpp @@ -281,7 +281,7 @@ void wxChoice::Delete( int n ) if ( hasObjectData ) SetClientObject(i, (wxClientData *)itemsData[i]); else if ( hasClientData ) - SetClientDate(i, itemsData[i]); + SetClientData(i, itemsData[i]); } } diff --git a/src/gtk1/choice.cpp b/src/gtk1/choice.cpp index 2eb0944efe..5874c0fd6a 100644 --- a/src/gtk1/choice.cpp +++ b/src/gtk1/choice.cpp @@ -281,7 +281,7 @@ void wxChoice::Delete( int n ) if ( hasObjectData ) SetClientObject(i, (wxClientData *)itemsData[i]); else if ( hasClientData ) - SetClientDate(i, itemsData[i]); + SetClientData(i, itemsData[i]); } } -- 2.45.2