From d46d521d81e65b62a47b13740cd94a8438a6e020 Mon Sep 17 00:00:00 2001 From: "Anthony J. Thibault" Date: Wed, 4 Nov 2015 15:10:23 -0800 Subject: [PATCH] Added #else branch to #if 0 --- interface/src/devices/3DConnexionClient.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/interface/src/devices/3DConnexionClient.h b/interface/src/devices/3DConnexionClient.h index b6fa6a37c3..7435739bca 100755 --- a/interface/src/devices/3DConnexionClient.h +++ b/interface/src/devices/3DConnexionClient.h @@ -218,7 +218,7 @@ public: void handleAxisEvent(); }; -#endif +#else // #if 0 #include #include @@ -235,4 +235,6 @@ public slots: void toggleConnexion(bool shouldEnable) {}; }; +#endif + #endif // defined(hifi_3DConnexionClient_h)