aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/converter/converter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/converter/converter.h')
-rw-r--r--src/plugins/General/converter/converter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/General/converter/converter.h b/src/plugins/General/converter/converter.h
index f35a4251c..482315d55 100644
--- a/src/plugins/General/converter/converter.h
+++ b/src/plugins/General/converter/converter.h
@@ -52,7 +52,7 @@ signals:
void message(int row, QString message);
private:
- void run();
+ void run() override;
bool convert(Decoder *decoder, FILE *file, bool use16bit);
Decoder *m_decoder;
InputSource *m_input;