summaryrefslogtreecommitdiff
path: root/gr-digital/lib/header_format_counter.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gr-digital/lib/header_format_counter.cc')
-rw-r--r--gr-digital/lib/header_format_counter.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/gr-digital/lib/header_format_counter.cc b/gr-digital/lib/header_format_counter.cc
index 6244ec1679..078d7d4be1 100644
--- a/gr-digital/lib/header_format_counter.cc
+++ b/gr-digital/lib/header_format_counter.cc
@@ -44,9 +44,8 @@ namespace gr {
header_format_counter::header_format_counter(const std::string &access_code,
int threshold, int bps)
- : header_format_default(access_code, threshold)
+ : header_format_default(access_code, threshold, bps)
{
- d_bps = bps;
d_counter = 0;
}