From b5fd4a6ab6ac92af2141233f802e71c861cd89f4 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Sun, 25 Dec 2016 14:11:26 +0100 Subject: Remove ModFormat --- src/ModMux.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ModMux.cpp') diff --git a/src/ModMux.cpp b/src/ModMux.cpp index 59c6281..2ab9b43 100644 --- a/src/ModMux.cpp +++ b/src/ModMux.cpp @@ -29,8 +29,8 @@ size_t ModMux::myCount = 0; #endif -ModMux::ModMux(ModFormat inputFormat, ModFormat outputFormat) : - ModPlugin((inputFormat), (outputFormat)) +ModMux::ModMux() : + ModPlugin() { #ifdef DEBUG myOutputFile = NULL; -- cgit v1.2.3