]> git.tdb.fi Git - libs/gui.git/blobdiff - source/input/device.h
Force c'tors and d'tors of classes with external symbols into the library
[libs/gui.git] / source / input / device.h
index 6a436ab2d8a62f0318b893aefca0ac0b068592b1..e356bea86a4639cc5280d0a974eb6af3a8f005ab 100644 (file)
@@ -42,9 +42,10 @@ protected:
        std::vector<char> buttons;
        std::vector<float> axes;
 
-       Device() { }
+       Device();
 public:
-       virtual ~Device() { }
+       virtual ~Device();
+
        const std::string &get_name() const { return name; }
        bool get_button_state(unsigned) const;
        float get_axis_value(unsigned) const;