mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-21 23:45:49 +08:00
The P25 destination is an integer.
This commit is contained in:
@@ -68,7 +68,7 @@ void CNullDisplay::clearFusionInt()
|
||||
{
|
||||
}
|
||||
|
||||
void CNullDisplay::writeP25Int(const char* source, bool group, const char* dest, const char* type)
|
||||
void CNullDisplay::writeP25Int(const char* source, bool group, unsigned int dest, const char* type)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user