diff options
Diffstat (limited to 'src/ModCodec.cpp')
-rw-r--r-- | src/ModCodec.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ModCodec.cpp b/src/ModCodec.cpp index ab77204..9e7cf72 100644 --- a/src/ModCodec.cpp +++ b/src/ModCodec.cpp @@ -29,8 +29,8 @@ size_t ModCodec::myCount = 0; #endif -ModCodec::ModCodec(ModFormat inputFormat, ModFormat outputFormat) : - ModPlugin((inputFormat), (outputFormat)) +ModCodec::ModCodec() : + ModPlugin() { #ifdef DEBUG myOutputFile = NULL; |