Merged r11491:11494 from jcorgan/pmt into trunk.
[debian/gnuradio] / mblock / src / lib / mb_port_simple.h
index a2136ed0aaad6bc989e1ebd22d566f50df97e5e8..485c809fe6e39cd46873a66352617c581a7e0d57 100644 (file)
@@ -56,9 +56,9 @@ public:
    * \param priority   the urgency at which the message is sent
    */
   void
-  send(gruel::pmt_t signal,
-       gruel::pmt_t data = gruel::PMT_NIL,
-       gruel::pmt_t metadata = gruel::PMT_NIL,
+  send(pmt::pmt_t signal,
+       pmt::pmt_t data = pmt::PMT_NIL,
+       pmt::pmt_t metadata = pmt::PMT_NIL,
        mb_pri_t priority = MB_PRI_DEFAULT);
 
   /*