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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/audio_backend.h b/src/wx/audio_backend.h
index bb1c2048f..f2a44a5fb 100644
--- a/src/wx/audio_backend.h
+++ b/src/wx/audio_backend.h
@@ -23,6 +23,7 @@
LIBDCP_DISABLE_WARNINGS
#include <RtAudio.h>
LIBDCP_ENABLE_WARNINGS
+#include <boost/optional.hpp>
@@ -39,6 +40,7 @@ public:
}
std::vector<std::string> output_device_names();
+ boost::optional<std::string> default_device_name();
void abort_stream_if_running();
boost::optional<std::string> start_stream();