summaryrefslogtreecommitdiff
path: root/src/decoder/DecoderControl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/decoder/DecoderControl.hxx')
-rw-r--r--src/decoder/DecoderControl.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/decoder/DecoderControl.hxx b/src/decoder/DecoderControl.hxx
index cc858c9a5..dfd8232e6 100644
--- a/src/decoder/DecoderControl.hxx
+++ b/src/decoder/DecoderControl.hxx
@@ -415,6 +415,9 @@ public:
* mixramp_start/mixramp_end.
*/
void CycleMixRamp();
+
+private:
+ void RunThread();
};
#endif