X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fdevices%2Finputfile.cpp;h=46886ed516399eaebb7b624edf951a70775b7b01;hb=16a832bc5bb4cce24598537c99e0655edb65c1d0;hp=8e973f0561718d33fcd58afbc40659696e41417a;hpb=1325ce422f1b49ab1f693125105b8c373c2965e5;p=pulseview.git diff --git a/pv/devices/inputfile.cpp b/pv/devices/inputfile.cpp index 8e973f0..46886ed 100644 --- a/pv/devices/inputfile.cpp +++ b/pv/devices/inputfile.cpp @@ -86,7 +86,7 @@ InputFile::InputFile(const shared_ptr &context, settings.endGroup(); } - } catch (out_of_range) { + } catch (out_of_range&) { qWarning() << "Could not find input format" << format_name << "needed to restore session input file"; }