]> git.tdb.fi Git - libs/gui.git/blobdiff - source/input/keyboard.cpp
Force c'tors and d'tors of classes with external symbols into the library
[libs/gui.git] / source / input / keyboard.cpp
index 159e5ee41b9e304adfb777e649251aa2c274887c..0a690d1b686a569a790d187224a3fb4e725e93ec 100644 (file)
@@ -15,5 +15,8 @@ Keyboard::Keyboard(Graphics::Window &w):
        window.signal_input_event.connect(sigc::mem_fun(this, &Keyboard::input_event));
 }
 
+Keyboard::~Keyboard()
+{ }
+
 } // namespace Input
 } // namespace Msp