You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-text/searchmonkey/files/searchmonkey-2.0.0-gcc6.patch

15 lines
572 B

Bug: https://bugs.gentoo.org/602166
diff -Naur a/mainwindow.cpp b/mainwindow.cpp
--- a/mainwindow.cpp 2017-07-31 18:06:33.206668001 -0400
+++ b/mainwindow.cpp 2017-07-31 18:07:09.685940997 -0400
@@ -781,7 +781,7 @@
******************************************************************************/
void MainWindow::find () throw() {
- auto autoSettingsReset asr(sui); // dtor calls sui->reset()
+ autoSettingsReset asr(sui); // dtor calls sui->reset()
bool modeAdvanced = ui->actionAdvanced->isChecked();
qDebug() << "modeAdvanced-" << modeAdvanced;