fixed overloading names for functions that are not supposed to be overloading in turtleClientService and ftServer

This commit is contained in:
csoler 2018-11-14 20:20:27 +01:00
parent d3e690b0d6
commit 6d09493725
No known key found for this signature in database
GPG key ID: 7BCA522266C0804C
3 changed files with 3 additions and 3 deletions

View file

@ -1827,7 +1827,7 @@ int ftServer::handleIncoming()
**********************************
*********************************/
void ftServer::receiveSearchResult(RsTurtleFTSearchResultItem *item)
void ftServer::ftReceiveSearchResult(RsTurtleFTSearchResultItem *item)
{
bool hasCallback = false;