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
This commit is contained in:
Joe Taylor 2017-12-09 00:25:40 +00:00
parent 1b22496ce4
commit 83210b659e
1 changed files with 1 additions and 1 deletions

View File

@ -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();
};