From 6ab6ab56ddf15936ffa3085d4c561c68f0912427 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Sat, 26 Jan 2019 17:56:18 +0100 Subject: [PATCH] Fix define --- src/globalshortcuts/globalshortcutbackend-gsd.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/globalshortcuts/globalshortcutbackend-gsd.h b/src/globalshortcuts/globalshortcutbackend-gsd.h index af418e07d..8c9de5b5b 100644 --- a/src/globalshortcuts/globalshortcutbackend-gsd.h +++ b/src/globalshortcuts/globalshortcutbackend-gsd.h @@ -18,8 +18,8 @@ * */ -#ifndef GLOBALSHORTCUTBACKEND_DBUS_H -#define GLOBALSHORTCUTBACKEND_DBUS_H +#ifndef GLOBALSHORTCUTBACKEND_GSD_H +#define GLOBALSHORTCUTBACKEND_GSD_H #include "config.h" @@ -65,4 +65,4 @@ class GlobalShortcutBackendGSD : public GlobalShortcutBackend { }; -#endif // GLOBALSHORTCUTBACKEND_DBUS_H +#endif // GLOBALSHORTCUTBACKEND_GSD_H