aboutsummaryrefslogtreecommitdiffstats
path: root/src/PrbsGenerator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/PrbsGenerator.cpp')
-rw-r--r--src/PrbsGenerator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PrbsGenerator.cpp b/src/PrbsGenerator.cpp
index 64baf89..baec9b7 100644
--- a/src/PrbsGenerator.cpp
+++ b/src/PrbsGenerator.cpp
@@ -29,7 +29,7 @@
PrbsGenerator::PrbsGenerator(size_t framesize, uint32_t polynomial,
uint32_t accum, size_t init) :
- ModCodec(ModFormat(0), ModFormat(framesize)),
+ ModCodec(),
d_framesize(framesize),
d_polynomial(polynomial),
d_accum(accum),