Skip to content
Commit 6a322e0b authored by Jonathan Marten's avatar Jonathan Marten
Browse files

Fix a "loop variable creates a copy" warning

kmix/backends/mixer_alsa9.cpp: In member function
    'virtual int Mixer_ALSA::readVolumeFromHW(const QString&, std::shared_ptr<MixDevice>)':
kmix/backends/mixer_alsa9.cpp:846: warning: loop variable 'md' creates
     a copy from type 'const std::shared_ptr<MixDevice>'
kmix/backends/mixer_alsa9.cpp:846: note: use reference type to prevent copying
parent 72aa3897
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment