diff options
Diffstat (limited to 'mblock/src/lib/mb_worker.h')
-rw-r--r-- | mblock/src/lib/mb_worker.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mblock/src/lib/mb_worker.h b/mblock/src/lib/mb_worker.h index 59d12545c..0bd2fcaeb 100644 --- a/mblock/src/lib/mb_worker.h +++ b/mblock/src/lib/mb_worker.h @@ -1,6 +1,6 @@ /* -*- c++ -*- */ /* - * Copyright 2007,2008 Free Software Foundation, Inc. + * Copyright 2007,2008,2009 Free Software Foundation, Inc. * * This file is part of GNU Radio * @@ -62,7 +62,7 @@ public: mb_runtime_thread_per_block *d_runtime; mb_mblock_maker_t d_maker; std::string d_instance_name; - pmt_t d_user_arg; + gruel::pmt_t d_user_arg; mb_mblock_sptr d_mblock; //< holds pointer to created mblock @@ -80,7 +80,7 @@ public: mb_worker(mb_runtime_thread_per_block *runtime, mb_mblock_maker_t maker, const std::string &instance_name, - pmt_t user_arg); + gruel::pmt_t user_arg); // ~mb_worker(); |