summaryrefslogtreecommitdiff
path: root/gr-blocks/include/gnuradio/blocks/file_source.h
diff options
context:
space:
mode:
Diffstat (limited to 'gr-blocks/include/gnuradio/blocks/file_source.h')
-rw-r--r--gr-blocks/include/gnuradio/blocks/file_source.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-blocks/include/gnuradio/blocks/file_source.h b/gr-blocks/include/gnuradio/blocks/file_source.h
index bba09ad502..c8138339fd 100644
--- a/gr-blocks/include/gnuradio/blocks/file_source.h
+++ b/gr-blocks/include/gnuradio/blocks/file_source.h
@@ -81,7 +81,7 @@ namespace gr {
/*!
* \brief Add a stream tag to the first sample of the file if true
*/
- virtual void set_begin_tag(bool val) = 0;
+ virtual void set_begin_tag(pmt::pmt_t val) = 0;
};
} /* namespace blocks */