summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/lib/runtime/gr_block.h
diff options
context:
space:
mode:
Diffstat (limited to 'gnuradio-core/src/lib/runtime/gr_block.h')
-rw-r--r--gnuradio-core/src/lib/runtime/gr_block.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnuradio-core/src/lib/runtime/gr_block.h b/gnuradio-core/src/lib/runtime/gr_block.h
index e2f00bb6f..a717946d2 100644
--- a/gnuradio-core/src/lib/runtime/gr_block.h
+++ b/gnuradio-core/src/lib/runtime/gr_block.h
@@ -217,7 +217,7 @@ class gr_block : public gr_basic_block {
/*!
* \brief Asks for the policy used by the scheduler to moved tags downstream.
*/
- int tag_propagation_policy();
+ TAG_PROPAGATION_POLICY tag_propagation_policy();
/*!
* \brief Set the policy by the scheduler to determine how tags are moved downstream.