diff options
Diffstat (limited to 'src/output/Print.cxx')
-rw-r--r-- | src/output/Print.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/output/Print.cxx b/src/output/Print.cxx index f24d09eda..01aa6a37a 100644 --- a/src/output/Print.cxx +++ b/src/output/Print.cxx @@ -32,7 +32,7 @@ void printAudioDevices(Response &r, const MultipleOutputs &outputs) { for (unsigned i = 0, n = outputs.Size(); i != n; ++i) { - const AudioOutput &ao = outputs.Get(i); + const auto &ao = outputs.Get(i); r.Format("outputid: %i\n" "outputname: %s\n" |