mirror of
https://github.com/polybar/polybar.git
synced 2024-11-03 04:33:30 -05:00
Fix build with clang++ 3.4 (#2279)
This commit is contained in:
parent
f6231f351f
commit
d665634484
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue