diff --git a/src/Gui/Selection.h b/src/Gui/Selection.h index fbcde44dc..964c4a8c5 100644 --- a/src/Gui/Selection.h +++ b/src/Gui/Selection.h @@ -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(){}