diff options
Diffstat (limited to 'src/MuxElements.h')
-rw-r--r-- | src/MuxElements.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/MuxElements.h b/src/MuxElements.h index 539d955..5556c0e 100644 --- a/src/MuxElements.h +++ b/src/MuxElements.h @@ -96,8 +96,7 @@ struct dabProtection { struct dabSubchannel { const char* inputProto; const char* inputName; - void* data; - dabInputOperations operations; + DabInputBase* input; unsigned char id; unsigned char type; uint16_t startAddress; |