Thread: CVS compile error

CVS compile error

From
"Adam H. Pendleton"
Date:
ui/ctlSQLResult.cpp: In member function `int ctlSQLResult::Execute(const
   wxString&, int)':
ui/ctlSQLResult.cpp:53: error: no matching function for call to
`pgQueryThread
   ::pgQueryThread(pgConn*&, const wxString&, int&)'
../src/include/pgSet.h:89: error: candidates are:
   pgQueryThread::pgQueryThread(const pgQueryThread&)
../src/include/pgSet.h:91: error:
   pgQueryThread::pgQueryThread(PGconn*, const wxString&, int)
make[2]: *** [ctlSQLResult.o] Error 1

ahp


Re: CVS compile error

From
Andreas Pflug
Date:
Adam H. Pendleton wrote:

> ui/ctlSQLResult.cpp: In member function `int ctlSQLResult::Execute(const
>   wxString&, int)':
> ui/ctlSQLResult.cpp:53: error: no matching function for call to
> `pgQueryThread
>   ::pgQueryThread(pgConn*&, const wxString&, int&)'
> ../src/include/pgSet.h:89: error: candidates are:
>   pgQueryThread::pgQueryThread(const pgQueryThread&)
> ../src/include/pgSet.h:91: error:
>   pgQueryThread::pgQueryThread(PGconn*, const wxString&, int)
> make[2]: *** [ctlSQLResult.o] Error 1


While trying to fix one thing, I uploaded a partial fix of another...
Both are in cvs now.

Regards,
Andreas