diff options
Diffstat (limited to 'src/plugins/General/converter/converter.h')
| -rw-r--r-- | src/plugins/General/converter/converter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/General/converter/converter.h b/src/plugins/General/converter/converter.h index 0e69a4fdc..26848c011 100644 --- a/src/plugins/General/converter/converter.h +++ b/src/plugins/General/converter/converter.h @@ -53,7 +53,7 @@ signals: private: void run(); - bool convert(Decoder *decoder, FILE *file); + bool convert(Decoder *decoder, FILE *file, bool use16bit); QQueue <Decoder*> m_decoders; QHash <Decoder*, InputSource*> m_inputs; QHash <Decoder*, QVariantMap> m_presets; |
