From 67c82c97dfcfc68d4bd71f5773d21c34c8733c83 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Mon, 26 Dec 2016 23:10:57 +0100 Subject: Use ref instead of pointer for subchannel sources --- src/SubchannelSource.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'src/SubchannelSource.h') diff --git a/src/SubchannelSource.h b/src/SubchannelSource.h index f2f261b..a38c281 100644 --- a/src/SubchannelSource.h +++ b/src/SubchannelSource.h @@ -43,15 +43,15 @@ class SubchannelSource : public ModInput public: SubchannelSource(eti_STC &stc); - size_t startAddress(); - size_t framesize(); - size_t framesizeCu(); - size_t bitrate(); - size_t protection(); - size_t protectionForm(); - size_t protectionLevel(); - size_t protectionOption(); - const std::vector& get_rules(); + size_t startAddress() const; + size_t framesize() const; + size_t framesizeCu() const; + size_t bitrate() const; + size_t protection() const; + size_t protectionForm() const; + size_t protectionLevel() const; + size_t protectionOption() const; + const std::vector& get_rules() const; void loadSubchannelData(const Buffer& data); int process(Buffer* outputData); -- cgit v1.2.3