From 88879ff7a19c729df136fc9a5995616cb3ac828a Mon Sep 17 00:00:00 2001
From: Thomas Habets <thomas@habets.se>
Date: Sat, 21 Dec 2019 18:34:25 +0000
Subject: gr-blocks: More const

---
 gr-blocks/lib/file_meta_source_impl.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'gr-blocks/lib/file_meta_source_impl.h')

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;
-- 
cgit v1.2.3