summaryrefslogtreecommitdiff
path: root/src/wx/dcp_panel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/dcp_panel.h')
-rw-r--r--src/wx/dcp_panel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/dcp_panel.h b/src/wx/dcp_panel.h
index 2e7555487..37bc20aa3 100644
--- a/src/wx/dcp_panel.h
+++ b/src/wx/dcp_panel.h
@@ -137,8 +137,8 @@ private:
wxSizer* _frame_rate_sizer;
wxStaticText* _channels_label;
wxChoice* _audio_channels;
- wxStaticText* _audio_sample_rate_label;
- wxChoice* _audio_sample_rate;
+ wxStaticText* _audio_sample_rate_label = nullptr;
+ wxChoice* _audio_sample_rate = nullptr;
wxStaticText* _processor_label;
wxChoice* _audio_processor;
wxButton* _show_audio;