diff options
Diffstat (limited to 'src/ModOutput.h')
-rw-r--r-- | src/ModOutput.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ModOutput.h b/src/ModOutput.h index 8191312..5e370e8 100644 --- a/src/ModOutput.h +++ b/src/ModOutput.h @@ -35,7 +35,7 @@ class ModOutput : public ModPlugin { public: - ModOutput(ModFormat inputFormat, ModFormat outputFormat); + ModOutput(); virtual ~ModOutput(); virtual int process(std::vector<Buffer*> dataIn, |