]> git.tdb.fi Git - libs/gui.git/blobdiff - source/input/device.cpp
Force c'tors and d'tors of classes with external symbols into the library
[libs/gui.git] / source / input / device.cpp
index 194e999e935c25c8a38a1e41cf53a9b680a42d48..10f8d0cf16ff1346d57918d1bd6fbe828b58c08e 100644 (file)
@@ -4,6 +4,12 @@
 namespace Msp {
 namespace Input {
 
+Device::Device()
+{ }
+
+Device::~Device()
+{ }
+
 bool Device::get_button_state(unsigned btn) const
 {
        if(btn>buttons.size())