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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Message.h b/src/Message.h
index d45e9b890..2f4291c34 100644
--- a/src/Message.h
+++ b/src/Message.h
@@ -53,7 +53,8 @@
MUMBLE_MH_MSG(CryptSetup) \
MUMBLE_MH_MSG(ContextActionAdd) \
MUMBLE_MH_MSG(ContextAction) \
- MUMBLE_MH_MSG(UserList)
+ MUMBLE_MH_MSG(UserList) \
+ MUMBLE_MH_MSG(VoiceTarget)
class MessageHandler {
public: