]> git.tdb.fi Git - libs/gui.git/blobdiff - source/input/control.cpp
Force c'tors and d'tors of classes with external symbols into the library
[libs/gui.git] / source / input / control.cpp
index 18c2ffd62a1d055394e3a2df1d5929d9dd1f227a..50601013acacc985ab256c018693a7f4dc6317ae 100644 (file)
@@ -51,6 +51,9 @@ Control::Control(Device &d, ControlSrcType t, unsigned i):
        connect_signals();
 }
 
+Control::~Control()
+{ }
+
 void Control::capture(Device &d)
 {
        notify_callbacks();