aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Input/gme/decoder_gme.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/Input/gme/decoder_gme.h')
-rw-r--r--src/plugins/Input/gme/decoder_gme.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/Input/gme/decoder_gme.h b/src/plugins/Input/gme/decoder_gme.h
index bd871931d..a0707a3be 100644
--- a/src/plugins/Input/gme/decoder_gme.h
+++ b/src/plugins/Input/gme/decoder_gme.h
@@ -32,7 +32,7 @@ class GmeHelper;
class DecoderGme : public Decoder
{
public:
- DecoderGme(const QString &path);
+ explicit DecoderGme(const QString &path);
virtual ~DecoderGme();
// Standard Decoder API
@@ -44,7 +44,7 @@ public:
private:
GmeHelper m_helper;
- Music_Emu *m_emu;
+ Music_Emu *m_emu = nullptr;
qint64 m_totalTime;
QString m_path;
};