Commit bf544aa4 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Fixed stray c_str

parent 61e1c2f5
...@@ -453,7 +453,7 @@ ModuleListCatConfigControl::~ModuleListCatConfigControl() ...@@ -453,7 +453,7 @@ ModuleListCatConfigControl::~ModuleListCatConfigControl()
wxString ModuleListCatConfigControl::GetPszValue() wxString ModuleListCatConfigControl::GetPszValue()
{ {
return wxU( text->GetValue().c_str() ) ; return text->GetValue() ;
} }
void ModuleListCatConfigControl::OnUpdate( wxCommandEvent &event ) void ModuleListCatConfigControl::OnUpdate( wxCommandEvent &event )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment