+ Fix DLL warning with MSVC

This commit is contained in:
wmayer
2014-05-05 18:59:21 +02:00
parent ad24c619d6
commit 74efad8681

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(){}