]> git.tdb.fi Git - libs/gui.git/blobdiff - source/input/linux/gamecontroller_platform.h
Fix GameController multiple inclusion guards
[libs/gui.git] / source / input / linux / gamecontroller_platform.h
index 61bcdb5d67e90eda4e6d1bfe4bb2c7a9040ea815..cd6383984f73d0b03d2647bb556e7a28d04e30e2 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef GAMECONTROLLER_PRIVATE_H_
-#define GAMECONTROLLER_PRIVATE_H_
+#ifndef MSP_INPUT_GAMECONTROLLER_PLATFORM_H_
+#define MSP_INPUT_GAMECONTROLLER_PLATFORM_H_
 
 #include <msp/io/eventobject.h>
 #include <msp/io/handle.h>
@@ -14,6 +14,7 @@ private:
 
 public:
        JsDevice(const std::string &);
+       ~JsDevice();
 
        std::string get_name() const;