From a912c1849decbc306a239ac670b9828044b7fbfe Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Mon, 6 Oct 2003 18:43:45 +0000 Subject: [PATCH] Compilo. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24107 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 6d72df1233..d4bcff0b9e 100644 --- a/src/gtk/choice.cpp +++ b/src/gtk/choice.cpp @@ -346,7 +346,7 @@ int wxChoice::GetSelection() const #endif } -void wxChoice::SetString( int WXUNUSED(n), const wxString& WXUNUSED(string) ) +void wxChoice::SetString( int n, const wxString& str ) { wxCHECK_RET( m_widget != NULL, wxT("invalid choice") ); diff --git a/src/gtk1/choice.cpp b/src/gtk1/choice.cpp index 6d72df1233..d4bcff0b9e 100644 --- a/src/gtk1/choice.cpp +++ b/src/gtk1/choice.cpp @@ -346,7 +346,7 @@ int wxChoice::GetSelection() const #endif } -void wxChoice::SetString( int WXUNUSED(n), const wxString& WXUNUSED(string) ) +void wxChoice::SetString( int n, const wxString& str ) { wxCHECK_RET( m_widget != NULL, wxT("invalid choice") ); -- 2.50.0