diff options
Diffstat (limited to 'src/MuxElements.h')
-rw-r--r-- | src/MuxElements.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/MuxElements.h b/src/MuxElements.h index f8e60b1..d4a8ad3 100644 --- a/src/MuxElements.h +++ b/src/MuxElements.h @@ -256,6 +256,8 @@ public: { } + unsigned short getSizeCu(void) const; + std::string uid; std::string inputUri; @@ -410,8 +412,6 @@ std::vector<std::shared_ptr<DabService> >::iterator getService( DabComponent* component, std::vector<std::shared_ptr<DabService> >& services); -unsigned short getSizeCu(dabSubchannel* subchannel); - unsigned short getSizeDWord(dabSubchannel* subchannel); unsigned short getSizeByte(dabSubchannel* subchannel); |