aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Input/ffmpeg/replaygainreader.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/Input/ffmpeg/replaygainreader.h')
-rw-r--r--src/plugins/Input/ffmpeg/replaygainreader.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/Input/ffmpeg/replaygainreader.h b/src/plugins/Input/ffmpeg/replaygainreader.h
index 2002b15b6..6b11ab868 100644
--- a/src/plugins/Input/ffmpeg/replaygainreader.h
+++ b/src/plugins/Input/ffmpeg/replaygainreader.h
@@ -1,5 +1,5 @@
/***************************************************************************
- * Copyright (C) 2016 by Ilya Kotov *
+ * Copyright (C) 2016-2020 by Ilya Kotov *
* forkotov02@ya.ru *
* *
* This program is free software; you can redistribute it and/or modify *
@@ -35,7 +35,7 @@ extern "C"{
class ReplayGainReader
{
public:
- ReplayGainReader(AVFormatContext *ic);
+ explicit ReplayGainReader(AVFormatContext *ic);
QMap <Qmmp::ReplayGainKey, double> replayGainInfo() const;
private: