+ Fix DLL warning with MSVC

This commit is contained in:
wmayer 2014-05-05 18:59:21 +02:00
parent 2d4110b0f3
commit ea5a4570fd

View File

@ -173,7 +173,7 @@ private:
* The selection gate allows or disallows selection of certain types.
* It has to be registered to the selection.
*/
class SelectionGate
class GuiExport SelectionGate
{
public:
virtual ~SelectionGate(){}