From 95f556cf0797ab4c23f431e5c8c5accfa7f4c30b Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Sun, 7 Jan 2018 11:30:04 +0100 Subject: Fix a few minor mistakes --- src/DabModulator.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/DabModulator.h') diff --git a/src/DabModulator.h b/src/DabModulator.h index 6878853..2d7bc35 100644 --- a/src/DabModulator.h +++ b/src/DabModulator.h @@ -72,6 +72,7 @@ protected: size_t myNullSize; size_t mySymSize; size_t myFicSizeOut; - size_t myFicSizeIn; + + std::shared_ptr myOutput; }; -- cgit v1.2.3