]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/choice.cpp
removed assert which became incorrect after last change
[wxWidgets.git] / src / gtk1 / choice.cpp
index 6d72df12331157a182e78223bd8f40a90b3f39ac..d4bcff0b9eba22a439664a0738803ce19791ade4 100644 (file)
@@ -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") );