X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fprop%2Fbinding%2Fdecoderoptions.cpp;h=930e1f0aee14c77a860ca8242b729218fdc614be;hb=d9aecf1fcd9af471db3b59de7efc65b9632a6d79;hp=063daf8e13d08739bc7241e50e0f2480eb388021;hpb=a28c30252fd32d3185c62062dfad74ae659ae383;p=pulseview.git diff --git a/pv/prop/binding/decoderoptions.cpp b/pv/prop/binding/decoderoptions.cpp index 063daf8..930e1f0 100644 --- a/pv/prop/binding/decoderoptions.cpp +++ b/pv/prop/binding/decoderoptions.cpp @@ -23,7 +23,6 @@ #include "decoderoptions.h" #include -#include #include #include @@ -111,7 +110,7 @@ GVariant* DecoderOptions::getter(const char *id) // Get the value from the hash table if it is already present const map& options = _decoder->options(); - map::const_iterator iter = options.find(id); + const auto iter = options.find(id); if (iter != options.end()) val = (*iter).second;