diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-10-30 11:59:36 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-10-30 11:59:36 +0100 |
commit | d0d31db28c81559e0c4c0f93fafc9b6e762eb817 (patch) | |
tree | 6f559601859c3547d427a9f5017e7d5a19c74763 /src/dabInputZmq.h | |
parent | f21352094c0949b643721ee5387fefae0cdab507 (diff) | |
download | dabmux-d0d31db28c81559e0c4c0f93fafc9b6e762eb817.tar.gz dabmux-d0d31db28c81559e0c4c0f93fafc9b6e762eb817.tar.bz2 dabmux-d0d31db28c81559e0c4c0f93fafc9b6e762eb817.zip |
Make DabInputBase::open take a reference
Diffstat (limited to 'src/dabInputZmq.h')
-rw-r--r-- | src/dabInputZmq.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dabInputZmq.h b/src/dabInputZmq.h index fdd0f1b..351fb07 100644 --- a/src/dabInputZmq.h +++ b/src/dabInputZmq.h @@ -191,7 +191,7 @@ class DabInputZmqBase : public DabInputBase, public RemoteControllable { INVALIDATE_KEY(m_curve_encoder_key); } - virtual int open(const std::string inputUri); + virtual int open(const std::string& inputUri); virtual int readFrame(void* buffer, int size); virtual int setBitrate(int bitrate); virtual int close(); |