summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/wx/grok/gpu_config_panel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/grok/gpu_config_panel.h b/src/wx/grok/gpu_config_panel.h
index cbf037592..fb3e9e11a 100644
--- a/src/wx/grok/gpu_config_panel.h
+++ b/src/wx/grok/gpu_config_panel.h
@@ -48,7 +48,7 @@ public:
GpuList(wxPanel* parent)
: wxPanel(parent, wxID_ANY)
{
- _combo_box = new wxComboBox(this, wxID_ANY, "", wxDefaultPosition, wxSize(400, -1));
+ _combo_box = new wxComboBox(this, wxID_ANY, wxString{}, wxDefaultPosition, wxSize(400, -1));
_combo_box->Bind(wxEVT_COMBOBOX, &GpuList::OnComboBox, this);
update();