From 7642e722ff8c10b6c5e7641d7d54d576fd96b50c Mon Sep 17 00:00:00 2001 From: Kissaki Date: Sun, 13 Jan 2013 00:06:29 +0100 Subject: Adjust header guard defines for uniformity * Append underline to header guard defines to match the others (except ui_) * Add guard to header files GlobalShortcut * Adjust mklic.pl script to add guard to licenses.h, and add updated licenses.h. --- src/mumble/GlobalShortcut_unix.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/mumble/GlobalShortcut_unix.h') diff --git a/src/mumble/GlobalShortcut_unix.h b/src/mumble/GlobalShortcut_unix.h index 48d12ef04..625018bfd 100644 --- a/src/mumble/GlobalShortcut_unix.h +++ b/src/mumble/GlobalShortcut_unix.h @@ -28,6 +28,9 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#ifndef GLOBALSHORTCUT_UNIX_H_ +#define GLOBALSHORTCUT_UNIX_H_ + #include "GlobalShortcut.h" #include "ConfigDialog.h" #include "Global.h" @@ -71,3 +74,5 @@ class GlobalShortcutX : public GlobalShortcutEngine { void inputReadyRead(int); void directoryChanged(const QString &); }; + +#endif -- cgit v1.2.3