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
No known key found for this signature in database
GPG key ID: 48EA1E640798CA9A
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)
{
}