mirror of
https://github.com/g4klx/MMDVMHost
synced 2026-02-05 06:05:42 +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