diff --git a/OLED.cpp b/OLED.cpp index 575eda3..6be9583 100644 --- a/OLED.cpp +++ b/OLED.cpp @@ -434,7 +434,7 @@ void COLED::clearDMRInt(unsigned int slotNo) m_display.display(); } -void COLED::writeFusionInt(const char* source, const char* dest, const char* type, const char* origin) +void COLED::writeFusionInt(const char* source, const char* dest, unsigned char dgid, const char* type, const char* origin) { m_mode = MODE_YSF; diff --git a/OLED.h b/OLED.h index dec7b41..e11a50a 100644 --- a/OLED.h +++ b/OLED.h @@ -58,7 +58,7 @@ public: virtual void writeDMRInt(unsigned int slotNo, const std::string& src, bool group, const std::string& dst, const char* type); virtual void clearDMRInt(unsigned int slotNo); - virtual void writeFusionInt(const char* source, const char* dest, const char* type, const char* origin); + virtual void writeFusionInt(const char* source, const char* dest, unsigned char dgid, const char* type, const char* origin); virtual void clearFusionInt(); virtual void writeP25Int(const char* source, bool group, unsigned int dest, const char* type);