From ea5a4570fdcda7964e72f0dd9359edd9e8185a50 Mon Sep 17 00:00:00 2001 From: wmayer Date: Mon, 5 May 2014 18:59:21 +0200 Subject: [PATCH] + Fix DLL warning with MSVC --- src/Gui/Selection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(){}