diff options
Diffstat (limited to 'gr-zeromq/lib/pub_sink_impl.h')
-rw-r--r-- | gr-zeromq/lib/pub_sink_impl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-zeromq/lib/pub_sink_impl.h b/gr-zeromq/lib/pub_sink_impl.h index 049e5876f6..100b0f5b8c 100644 --- a/gr-zeromq/lib/pub_sink_impl.h +++ b/gr-zeromq/lib/pub_sink_impl.h @@ -1,6 +1,6 @@ /* -*- c++ -*- */ /* - * Copyright 2013 Free Software Foundation, Inc. + * Copyright 2013,2014 Free Software Foundation, Inc. * * This file is part of GNU Radio. * @@ -40,7 +40,7 @@ namespace gr { bool d_pass_tags; public: - pub_sink_impl(size_t itemsize, size_t vlen, char *address, int timeout, bool pass_tags=false); + pub_sink_impl(size_t itemsize, size_t vlen, char *address, int timeout, bool pass_tags); ~pub_sink_impl(); int work(int noutput_items, |