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 'plugins/null_plugin.cpp')
-rw-r--r--plugins/null_plugin.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/null_plugin.cpp b/plugins/null_plugin.cpp
index a41f30444..ed9d38cce 100644
--- a/plugins/null_plugin.cpp
+++ b/plugins/null_plugin.cpp
@@ -3,7 +3,8 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "mumble_plugin.h"
+#define MUMBLE_ALLOW_DEPRECATED_LEGACY_PLUGIN_API
+#include "mumble_legacy_plugin.h"
#ifndef NULL_DESC
# define NULL_DESC L"Retracted plugin"