]> git.tdb.fi Git - libs/gui.git/blobdiff - source/input/touchscreen.h
Add decorations for things which should be exported from the library
[libs/gui.git] / source / input / touchscreen.h
index d366a28f9f2c33c05f04369eb0601af1d34159a8..a02fb2a841edac9271033ff920e23ac440236553 100644 (file)
@@ -2,13 +2,14 @@
 #define MSP_INPUT_TOUCHSCREEN_H_
 
 #include <sigc++/trackable.h>
+#include <msp/graphics/mspgui_api.h>
 #include <msp/graphics/window.h>
 #include "device.h"
 
 namespace Msp {
 namespace Input {
 
-class Touchscreen: public Device, public sigc::trackable
+class MSPGUI_API Touchscreen: public Device, public sigc::trackable
 {
 private:
        static constexpr unsigned UNUSED = static_cast<unsigned>(-1);