Fix build with clang++ 3.4 (#2279)
This commit is contained in:
parent
f6231f351f
commit
d665634484
@ -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};
|
||||
|
Loading…
Reference in New Issue
Block a user