summaryrefslogtreecommitdiff
path: root/gr-zeromq/lib/pull_source_impl.h
diff options
context:
space:
mode:
authorJohnathan Corgan <johnathan@corganlabs.com>2014-10-31 15:45:21 -0700
committerJohnathan Corgan <johnathan@corganlabs.com>2014-10-31 15:45:21 -0700
commit57c8dd13b4ede4bf255327611afcd877d6f881f3 (patch)
treed1a8bbce050a6ce34c660ab627bcdc7c66c34417 /gr-zeromq/lib/pull_source_impl.h
parent5aa1e1c359021c8539810c84f972b364d254203a (diff)
zeromq: fixups and stylistic changes before merge
Diffstat (limited to 'gr-zeromq/lib/pull_source_impl.h')
-rw-r--r--gr-zeromq/lib/pull_source_impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-zeromq/lib/pull_source_impl.h b/gr-zeromq/lib/pull_source_impl.h
index f25013b373..757867998d 100644
--- a/gr-zeromq/lib/pull_source_impl.h
+++ b/gr-zeromq/lib/pull_source_impl.h
@@ -40,7 +40,7 @@ namespace gr {
bool d_pass_tags;
public:
- pull_source_impl(size_t itemsize, size_t vlen, char *address, int timeout, bool pass_tags=false);
+ pull_source_impl(size_t itemsize, size_t vlen, char *address, int timeout, bool pass_tags);
~pull_source_impl();
int work(int noutput_items,