summaryrefslogtreecommitdiffstats
path: root/src/audio/audio_rx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/audio/audio_rx.h')
-rw-r--r--src/audio/audio_rx.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/audio/audio_rx.h b/src/audio/audio_rx.h
index 5db8762..88d8884 100644
--- a/src/audio/audio_rx.h
+++ b/src/audio/audio_rx.h
@@ -109,8 +109,8 @@ private:
// Queue of DTMF tones to be sent
struct t_dtmf_event {
- uint8 dtmf_tone;
- bool inband;
+ t_dtmf_ev dtmf_tone;
+ bool inband;
};
queue<t_dtmf_event> dtmf_queue;