summaryrefslogtreecommitdiff
path: root/app-text/searchmonkey/files/searchmonkey-2.0.0-gcc6.patch
blob: ede01afa39e7268a27277fced78e2472f2e5f03b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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;