From 83210b659e491f6a77fc1e387c17a892d196b9c9 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Sat, 9 Dec 2017 00:25:40 +0000 Subject: [PATCH] Correct a flaw in declaration of foxRxSequencer(). git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8305 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- mainwindow.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mainwindow.h b/mainwindow.h index 943fd07af..127ea0066 100644 --- a/mainwindow.h +++ b/mainwindow.h @@ -671,7 +671,7 @@ private: void write_transmit_entry (QString const& file_name); void selectHound(QString t); void houndCallers(); - void foxRxSequencer(QString houndCall, QString houndGrid); + void foxRxSequencer(DecodedText decodedtext, QString houndCall, QString houndGrid); void foxTxSequencer(); };