diff options
author | Thomas Habets <thomas@habets.se> | 2019-12-21 18:34:25 +0000 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2020-01-06 15:38:02 -0800 |
commit | 88879ff7a19c729df136fc9a5995616cb3ac828a (patch) | |
tree | 2eadf42023c421fa0ba3ee7ab4ea9f90f4c70ef6 /gr-blocks/lib/file_meta_source_impl.h | |
parent | 37de27c9591b9a7fd580bde5866ca4ed44e7a9ec (diff) |
gr-blocks: More const
Diffstat (limited to 'gr-blocks/lib/file_meta_source_impl.h')
-rw-r--r-- | gr-blocks/lib/file_meta_source_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-blocks/lib/file_meta_source_impl.h b/gr-blocks/lib/file_meta_source_impl.h index fd0fbc58e3..27eb434708 100644 --- a/gr-blocks/lib/file_meta_source_impl.h +++ b/gr-blocks/lib/file_meta_source_impl.h @@ -45,7 +45,7 @@ private: pmt_t d_time_stamp; size_t d_seg_size; bool d_updated; - bool d_repeat; + const bool d_repeat; FILE *d_new_fp, *d_new_hdr_fp; FILE *d_fp, *d_hdr_fp; |