diff options
| -rw-r--r-- | src/wx/config_dialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/config_dialog.h b/src/wx/config_dialog.h index c43d29ff7..65f05a5a8 100644 --- a/src/wx/config_dialog.h +++ b/src/wx/config_dialog.h @@ -209,8 +209,8 @@ private: void setup () override; void config_changed () override; - boost::optional<std::string> get_sound_api() const; - boost::optional<std::string> get_sound_output() const; + boost::optional<std::string> get_sound_api() const; + boost::optional<std::string> get_sound_output() const; void sound_changed (); void sound_output_changed (); void setup_sensitivity (); |
