Applied patch [ 796736 ] unicode and various warnings fixes for configtool util
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23497 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -137,7 +137,7 @@ void ctConfigItemsSelector::CreateControls()
|
||||
* Event handler for ID_CONFIG_ADD
|
||||
*/
|
||||
|
||||
void ctConfigItemsSelector::OnConfigAdd( wxCommandEvent& event )
|
||||
void ctConfigItemsSelector::OnConfigAdd( wxCommandEvent& WXUNUSED(event) )
|
||||
{
|
||||
wxListBox* masterList = wxDynamicCast(FindWindow(ID_AVAILABLE_CONFIG_ITEMS), wxListBox);
|
||||
wxListBox* listBox = wxDynamicCast(FindWindow(ID_CONFIG_ITEMS), wxListBox);
|
||||
@@ -159,7 +159,7 @@ void ctConfigItemsSelector::OnConfigAdd( wxCommandEvent& event )
|
||||
* Event handler for ID_CONFIG_REMOVE
|
||||
*/
|
||||
|
||||
void ctConfigItemsSelector::OnConfigRemove( wxCommandEvent& event )
|
||||
void ctConfigItemsSelector::OnConfigRemove( wxCommandEvent& WXUNUSED(event) )
|
||||
{
|
||||
wxListBox* listBox = wxDynamicCast(FindWindow(ID_CONFIG_ITEMS), wxListBox);
|
||||
if (listBox)
|
||||
|
||||
Reference in New Issue
Block a user