diff options
Diffstat (limited to 'pulse.cc')
| -rw-r--r-- | pulse.cc | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -265,7 +265,7 @@ void PulseClient::mainloop_iterate(pa_operation* op) {  }  template<class T> -T* PulseClient::find_fuzzy(vector<T> haystack, const string& needle) { +T* PulseClient::find_fuzzy(vector<T>& haystack, const string& needle) {    vector<T*> res;    for (T& item : haystack) {  | 
