summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rondeau <tom@trondeau.com>2013-08-29 09:53:56 -0400
committerTom Rondeau <tom@trondeau.com>2013-08-29 09:53:56 -0400
commit7773e802c7a298d51d633ce3f2ca3736ffe99df6 (patch)
tree4f80645974d14f27922a9e31b810d78de4260db3
parent55f637b609d676c7189dbf7c939a1284225768e9 (diff)
parent52cd534c804c1ebd14b3c5e5ba60bf7414e4590b (diff)
Merge branch 'maint'
-rw-r--r--gr-blocks/include/gnuradio/blocks/file_descriptor_source.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-blocks/include/gnuradio/blocks/file_descriptor_source.h b/gr-blocks/include/gnuradio/blocks/file_descriptor_source.h
index 6d1b9a4458..6292b6357b 100644
--- a/gr-blocks/include/gnuradio/blocks/file_descriptor_source.h
+++ b/gr-blocks/include/gnuradio/blocks/file_descriptor_source.h
@@ -52,7 +52,7 @@ namespace gr {
* \param fd file descriptor (as an integer).
* \param repeat repeat the data stream continuously.
*/
- static sptr make(size_t itemsize, int fd, bool repeat);
+ static sptr make(size_t itemsize, int fd, bool repeat=false);
};
} /* namespace blocks */