From 2d9e8806cdd0d267677483b17ea4e53d70fa3b5b Mon Sep 17 00:00:00 2001 From: David Sansome Date: Sat, 4 Sep 2010 11:44:22 +0000 Subject: [PATCH] Fix compilation on OpenSUSE that seems to have a broken qdbusxml2cpp? Fixes issue #685 --- src/wiimotedev/consts.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/wiimotedev/consts.h b/src/wiimotedev/consts.h index 21a8b8dbc..5d2485c70 100644 --- a/src/wiimotedev/consts.h +++ b/src/wiimotedev/consts.h @@ -14,8 +14,8 @@ along with Clementine. If not, see . */ -#ifndef WIIMOTEDEV_H -#define WIIMOTEDEV_H +#ifndef WIIMOTEDEV_CONSTS_H +#define WIIMOTEDEV_CONSTS_H #define WIIMOTEDEV_CONFIG_FILE "/etc/wiimotedev/wiimotedev.conf" #define WIIMOTEDEV_TCP_PORT 50091 @@ -312,4 +312,4 @@ const uint64 CLASSIC_BUTTON_NOTMASK = ~CLASSIC_BUTTON_MASK; const uint64 CLASSIC_LSTICK_NOTMASK = ~CLASSIC_LSTICK_MASK; const uint64 CLASSIC_RSTICK_NOTMASK = ~CLASSIC_RSTICK_MASK; -#endif //WIIMOTEDEV_H +#endif // WIIMOTEDEV_CONSTS_H