X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fdevices%2Finputfile.cpp;fp=pv%2Fdevices%2Finputfile.cpp;h=46886ed516399eaebb7b624edf951a70775b7b01;hp=8e973f0561718d33fcd58afbc40659696e41417a;hb=16a832bc5bb4cce24598537c99e0655edb65c1d0;hpb=521bac13ae900d74005e5d76e2c88f586ec7367a 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"; }