aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Input/sid/decoder_sid.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/Input/sid/decoder_sid.h')
-rw-r--r--src/plugins/Input/sid/decoder_sid.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/plugins/Input/sid/decoder_sid.h b/src/plugins/Input/sid/decoder_sid.h
index 7fa178e1e..359000a96 100644
--- a/src/plugins/Input/sid/decoder_sid.h
+++ b/src/plugins/Input/sid/decoder_sid.h
@@ -1,5 +1,5 @@
/***************************************************************************
- * Copyright (C) 2013-2016 by Ilya Kotov *
+ * Copyright (C) 2013-2017 by Ilya Kotov *
* forkotov02@ya.ru *
* *
* This program is free software; you can redistribute it and/or modify *
@@ -25,6 +25,7 @@
class sidplayfp;
class SidDatabase;
+class SidTune;
/**
@author Ilya Kotov <forkotov02@ya.ru>
@@ -49,6 +50,7 @@ private:
int m_length;
qint64 m_length_in_bytes;
qint64 m_read_bytes;
+ SidTune m_tune;
};
#endif // DECODER_SID_H