From 301e030b4d6faf4e0eaecd430779cbca4c200eed Mon Sep 17 00:00:00 2001 From: narspt Date: Mon, 29 Nov 2021 01:47:21 +0000 Subject: [PATCH] update processWiresX return type definition --- YSFGateway/YSFGateway.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/YSFGateway/YSFGateway.h b/YSFGateway/YSFGateway.h index 069a95c..61a11f9 100644 --- a/YSFGateway/YSFGateway.h +++ b/YSFGateway/YSFGateway.h @@ -69,7 +69,7 @@ private: void startupLinking(); std::string calculateLocator(); - bool processWiresX(const unsigned char* buffer, const CYSFFICH& fich, bool dontProcessWiresXLocal, bool wiresXCommandPassthrough); + void processWiresX(const unsigned char* buffer, const CYSFFICH& fich, bool dontProcessWiresXLocal, bool wiresXCommandPassthrough); void processDTMF(unsigned char* buffer, unsigned char dt); void createWiresX(CYSFNetwork* rptNetwork); void createGPS();