Fix build with clang++ 3.4 (#2279)

This commit is contained in:
Vlad Glagolev 2020-12-11 16:07:51 -08:00 committed by GitHub
parent f6231f351f
commit d665634484
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ class pulseaudio {
pa_cvolume cv;
bool muted{false};
// default sink name
static constexpr auto DEFAULT_SINK{"@DEFAULT_SINK@"};
static constexpr auto DEFAULT_SINK = "@DEFAULT_SINK@";
pa_context* m_context{nullptr};
pa_threaded_mainloop* m_mainloop{nullptr};