[xboxdrv] 34/78: Fixed class/struct mixup

Andrey Rahmatullin wrar-guest at moszumanska.debian.org
Sun Feb 21 17:55:09 UTC 2016


This is an automated email from the git hooks/post-receive script.

wrar-guest pushed a commit to branch master
in repository xboxdrv.

commit b486f97a9cf712ac41ac605c768c32e4a54aa9f1
Author: Ingo Ruhnke <grumbel at gmail.com>
Date:   Sat Jun 20 13:36:19 2015 +0200

    Fixed class/struct mixup
---
 src/evdev_absmap.hpp                    | 2 +-
 src/modifier/dpad_rotation_modifier.hpp | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/evdev_absmap.hpp b/src/evdev_absmap.hpp
index de90d1b..1f3f525 100644
--- a/src/evdev_absmap.hpp
+++ b/src/evdev_absmap.hpp
@@ -23,7 +23,7 @@
 
 #include "xboxmsg.hpp"
 
-class XboxGenericMsg;
+struct XboxGenericMsg;
 
 class EvdevAbsMap
 {
diff --git a/src/modifier/dpad_rotation_modifier.hpp b/src/modifier/dpad_rotation_modifier.hpp
index 5350345..8761d5e 100644
--- a/src/modifier/dpad_rotation_modifier.hpp
+++ b/src/modifier/dpad_rotation_modifier.hpp
@@ -23,7 +23,7 @@
 
 #include "modifier.hpp"
 
-class XboxGenericMsg;
+struct XboxGenericMsg;
 
 class DpadRotationModifier : public Modifier
 {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/xboxdrv.git



More information about the Pkg-games-commits mailing list