From 70d9a215849f42f8f5980cf14ad9eb7d3b46f5bf Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Thu, 23 May 2013 13:35:47 +0000 Subject: [PATCH] Forgot to update calling sequence of symspec() in its declaration. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3302 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- mainwindow.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mainwindow.h b/mainwindow.h index 2680262db..913d80ded 100644 --- a/mainwindow.h +++ b/mainwindow.h @@ -358,8 +358,8 @@ extern int ptt(int nport, int ntx, int* iptt, int* nopen); extern "C" { //----------------------------------------------------- C and Fortran routines -void symspec_(int* k, int* ntrperiod, int* nsps, int* ingain, int* nb, - int* m_NBslider, float* px, float s[], float red[], +void symspec_(int* k, int* ntrperiod, int* nsps, int* ingain, + float* px, float s[], float red[], float* df3, int* nhsym, int* npts8); void genjt9_(char* msg, int* ichk, char* msgsent, int itone[],