diff options
Diffstat (limited to 'src/wx/audio_backend.h')
| -rw-r--r-- | src/wx/audio_backend.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/audio_backend.h b/src/wx/audio_backend.h index 10646ebae..91e8ccab5 100644 --- a/src/wx/audio_backend.h +++ b/src/wx/audio_backend.h @@ -39,6 +39,8 @@ public: } void abort_stream_if_running(); + boost::optional<std::string> start_stream(); + #if (RTAUDIO_VERSION_MAJOR >= 6) std::string last_rtaudio_error() const; #endif |
