diff options
| -rw-r--r-- | src/wx/config_dialog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/config_dialog.h b/src/wx/config_dialog.h index e74acb76f..76d4cf0af 100644 --- a/src/wx/config_dialog.h +++ b/src/wx/config_dialog.h @@ -217,6 +217,7 @@ private: void reset_to_default (); void update_sound_outputs(); + wxBoxSizer* _play_sound_via_sizer; CheckBox* _sound; Choice* _sound_api; wxChoice* _sound_output; |
