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.cpp | |
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.cpp')
-rw-r--r-- | src/dabInputZmq.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dabInputZmq.cpp b/src/dabInputZmq.cpp index 790a961..93f1ea3 100644 --- a/src/dabInputZmq.cpp +++ b/src/dabInputZmq.cpp @@ -223,7 +223,7 @@ void DabInputZmqBase::rebind() } } -int DabInputZmqBase::open(const std::string inputUri) +int DabInputZmqBase::open(const std::string& inputUri) { m_inputUri = inputUri; |