Change variable types for strings used in writeDMR

This commit is contained in:
phl0
2016-04-21 14:01:53 +02:00
parent ba63f7fb19
commit 23738d97f6
10 changed files with 34 additions and 34 deletions

View File

@@ -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)
{
}