[nostalgia] Address CLion warnings

This commit is contained in:
2021-02-27 02:40:59 -06:00
parent 70168286ab
commit 936c922c1e
24 changed files with 63 additions and 124 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ int main(int argc, char **args) {
w.show();
QObject::connect(&app, &QApplication::aboutToQuit, &w, &MainWindow::onExit);
return app.exec();
} catch (ox::Error err) {
} catch (const ox::Error &err) {
oxPanic(err, "Unhandled ox::Error");
}
}