mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-04 14:07:36 +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
|
|
@ -36,7 +36,7 @@ public:
|
|||
virtual void writeDStar(const char* my1, const char* my2, const char* your, const char* type, const char* reflector) = 0;
|
||||
virtual void clearDStar() = 0;
|
||||
|
||||
virtual void writeDMR(unsigned int slotNo, const char* src, bool group, const char* dst, const char* type) = 0;
|
||||
virtual void writeDMR(unsigned int slotNo, const std::string& src, bool group, const std::string& dst, const char* type) = 0;
|
||||
virtual void clearDMR(unsigned int slotNo) = 0;
|
||||
|
||||
virtual void writeFusion(const char* source, const char* dest) = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue