diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-12-25 14:11:26 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-12-25 14:11:26 +0100 |
commit | b5fd4a6ab6ac92af2141233f802e71c861cd89f4 (patch) | |
tree | 1be362d5b0bbe9abe410a8647a5b79050846cbce /src/ModOutput.h | |
parent | e919a3b2cdfd22ac15b34d2212b46ec8650a5e71 (diff) | |
download | dabmod-b5fd4a6ab6ac92af2141233f802e71c861cd89f4.tar.gz dabmod-b5fd4a6ab6ac92af2141233f802e71c861cd89f4.tar.bz2 dabmod-b5fd4a6ab6ac92af2141233f802e71c861cd89f4.zip |
Remove ModFormat
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, |