summaryrefslogtreecommitdiff
path: root/src/wx/audio_backend.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/audio_backend.h')
-rw-r--r--src/wx/audio_backend.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/audio_backend.h b/src/wx/audio_backend.h
index 91e8ccab5..bb1c2048f 100644
--- a/src/wx/audio_backend.h
+++ b/src/wx/audio_backend.h
@@ -38,6 +38,7 @@ public:
return _rtaudio;
}
+ std::vector<std::string> output_device_names();
void abort_stream_if_running();
boost::optional<std::string> start_stream();