X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=main.cpp;h=1e214e03f97df04c1f694b971ca25df0a36cc3eb;hp=cd7e65d3cbbffa6d7a8ec949e02134c74af64c97;hb=30677c1392b54604b01558cf29b44572731659fc;hpb=bf84211be02b096646cf28cf9dc7480029e4f439 diff --git a/main.cpp b/main.cpp index cd7e65d3..1e214e03 100644 --- a/main.cpp +++ b/main.cpp @@ -226,7 +226,7 @@ int main(int argc, char *argv[]) // Run the application ret = a.exec(); - } catch (exception e) { + } catch (exception& e) { qDebug() << e.what(); }