diff options
Diffstat (limited to 'src/DabMultiplexer.h')
-rw-r--r-- | src/DabMultiplexer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/DabMultiplexer.h b/src/DabMultiplexer.h index 0d008be..e2a94f5 100644 --- a/src/DabMultiplexer.h +++ b/src/DabMultiplexer.h @@ -98,10 +98,10 @@ class DabMultiplexer : public RemoteControllable { std::ofstream edi_debug_file; // The TagPacket will then be placed into an AFPacket - AFPacketiser edi_afPacketiser; + edi::AFPacketiser edi_afPacketiser; // The AF Packet will be protected with reed-solomon and split in fragments - PFT edi_pft; + edi::PFT edi_pft; #endif // HAVE_OUTPUT_EDI /* New FIG Carousel */ |