From f59d080ece913063d7222097d2031e454d8a732d Mon Sep 17 00:00:00 2001 From: Mikkel Krautz Date: Sat, 16 Jul 2016 14:09:07 +0200 Subject: [PATCH] ManualPlugin.h: make include guards fit the src/mumble style. --- src/mumble/ManualPlugin.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mumble/ManualPlugin.h b/src/mumble/ManualPlugin.h index 87c306827..4ce5e9473 100644 --- a/src/mumble/ManualPlugin.h +++ b/src/mumble/ManualPlugin.h @@ -3,8 +3,8 @@ // that can be found in the LICENSE file at the root of the // Mumble source tree or at . -#ifndef MUMBLE_MANUAL_H_ -#define MUMBLE_MANUAL_H_ +#ifndef MUMBLE_MUMBLE_MANUALPLUGIN_H_ +#define MUMBLE_MUMBLE_MANUALPLUGIN_H_ #include #if QT_VERSION >= 0x050000