aboutsummaryrefslogtreecommitdiffstats
path: root/src/SubchannelSource.h
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2019-07-08 15:40:43 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2019-07-08 15:40:43 +0200
commit93fc176f6c42136d344f9feb7dcbcb48c0ab72ce (patch)
tree6cf9b987d4d9a9c2a18f186fdb16e5ed62572680 /src/SubchannelSource.h
parentfa8a4b44497cfd3dd35eec393b65288bee90be40 (diff)
downloaddabmod-93fc176f6c42136d344f9feb7dcbcb48c0ab72ce.tar.gz
dabmod-93fc176f6c42136d344f9feb7dcbcb48c0ab72ce.tar.bz2
dabmod-93fc176f6c42136d344f9feb7dcbcb48c0ab72ce.zip
Update EDI input library
Diffstat (limited to 'src/SubchannelSource.h')
-rw-r--r--src/SubchannelSource.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SubchannelSource.h b/src/SubchannelSource.h
index b4ca697..68e6ff2 100644
--- a/src/SubchannelSource.h
+++ b/src/SubchannelSource.h
@@ -59,7 +59,7 @@ public:
size_t protectionOption() const;
const std::vector<PuncturingRule>& get_rules() const;
- void loadSubchannelData(const Buffer& data);
+ void loadSubchannelData(Buffer&& data);
int process(Buffer* outputData);
const char* name() { return "SubchannelSource"; }