X-Git-Url: http://git.tdb.fi/?p=libs%2Fgui.git;a=blobdiff_plain;f=source%2Finput%2Fhub.h;fp=source%2Finput%2Fhub.h;h=aadfcd7f5b0a87752b9e623d354f29bcf0403ec5;hp=1abff37a18cc52cc10b6fa20db170f79a91c3a3b;hb=d7686e3867e3c68cec0d3767a21f9d2408383085;hpb=479298192e3e5b71a402f79520c90372a4c4b504 diff --git a/source/input/hub.h b/source/input/hub.h index 1abff37..aadfcd7 100644 --- a/source/input/hub.h +++ b/source/input/hub.h @@ -3,6 +3,7 @@ #include #include +#include #include "device.h" namespace Msp { @@ -12,7 +13,7 @@ namespace Input { The Hub device collects events from multiple input devices and presents an aggregate of them. Button and axis numbers are mapped to unique values. */ -class Hub: public Device, public sigc::trackable +class MSPGUI_API Hub: public Device, public sigc::trackable { protected: std::vector devices;