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.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/plugins/Input/gme/decoder_gme.h b/src/plugins/Input/gme/decoder_gme.h
index 730ec3c17..f6a3f2ff5 100644
--- a/src/plugins/Input/gme/decoder_gme.h
+++ b/src/plugins/Input/gme/decoder_gme.h
@@ -1,5 +1,5 @@
/***************************************************************************
- * Copyright (C) 2010-2018 by Ilya Kotov *
+ * Copyright (C) 2010-2019 by Ilya Kotov *
* forkotov02@ya.ru *
* *
* This program is free software; you can redistribute it and/or modify *
@@ -36,11 +36,11 @@ public:
virtual ~DecoderGme();
// Standard Decoder API
- bool initialize();
- qint64 totalTime() const;
- int bitrate() const;
- qint64 read(unsigned char *data, qint64 size);
- void seek(qint64);
+ bool initialize() override;
+ qint64 totalTime() const override;
+ int bitrate() const override;
+ qint64 read(unsigned char *data, qint64 size) override;
+ void seek(qint64) override;
private:
GmeHelper m_helper;