From: Soeren Apel Date: Sun, 17 May 2020 11:56:12 +0000 (+0200) Subject: Fix a compiler warning X-Git-Url: http://sigrok.org/gitweb/?p=pulseview.git;a=commitdiff_plain;h=5f46ec7a6288888aa0d5026ff444e78b6a40219d Fix a compiler warning --- diff --git a/pv/binding/inputoutput.cpp b/pv/binding/inputoutput.cpp index f9a061c7..9ba387fb 100644 --- a/pv/binding/inputoutput.cpp +++ b/pv/binding/inputoutput.cpp @@ -59,7 +59,7 @@ namespace binding { InputOutput::InputOutput( const map> &options) { - for (const pair>& o : options) { + for (const pair>& o : options) { const shared_ptr