mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-06 06:53:42 +00:00
Change variable types for strings used in writeDMR
This commit is contained in:
parent
ba63f7fb19
commit
23738d97f6
10 changed files with 34 additions and 34 deletions
|
|
@ -51,7 +51,7 @@ void CNullDisplay::clearDStar()
|
|||
{
|
||||
}
|
||||
|
||||
void CNullDisplay::writeDMR(unsigned int slotNo, const char* src, bool group, const char* dst, const char* type)
|
||||
void CNullDisplay::writeDMR(unsigned int slotNo, const std::string& src, bool group, const std::string& dst, const char* type)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue