Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Message.h')
-rw-r--r--src/Message.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Message.h b/src/Message.h
index 526e5ccff..5f9038ffc 100644
--- a/src/Message.h
+++ b/src/Message.h
@@ -69,7 +69,7 @@
class MessageHandler {
public:
- enum UDPMessageType { UDPVoiceCELTAlpha, UDPPing, UDPVoiceSpeex, UDPVoiceCELTBeta };
+ enum UDPMessageType { UDPVoiceCELTAlpha, UDPPing, UDPVoiceSpeex, UDPVoiceCELTBeta, UDPVoiceOpus };
#define MUMBLE_MH_MSG(x) x,
enum MessageType {