mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-01-10 18:40:07 +01:00
Correct forgotten definition in Display.h
This commit is contained in:
parent
5b144203d9
commit
58204aeff3
|
|
@ -36,7 +36,7 @@ public:
|
|||
virtual void writeDStar(const char* my1, const char* my2, const char* your, const char* type) = 0;
|
||||
virtual void clearDStar() = 0;
|
||||
|
||||
virtual void writeDMR(unsigned int slotNo, const char* src, bool group, unsigned int dstId, const char* type) = 0;
|
||||
virtual void writeDMR(unsigned int slotNo, const char* src, bool group, const char* dst, const char* type) = 0;
|
||||
virtual void clearDMR(unsigned int slotNo) = 0;
|
||||
|
||||
virtual void writeFusion(const char* source, const char* dest) = 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue