From acd3cd901e5caef9cca94df00b0462b1a832c6dd Mon Sep 17 00:00:00 2001 From: wmayer Date: Sun, 12 Jan 2020 21:12:09 +0100 Subject: [PATCH] Gui: [skip ci] add missing export macro --- src/Gui/InputVector.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Gui/InputVector.h b/src/Gui/InputVector.h index ec060358d9..2a91b4836c 100644 --- a/src/Gui/InputVector.h +++ b/src/Gui/InputVector.h @@ -552,7 +552,7 @@ private: * sub-classes because it uses "type erasure with templates". * @author Werner Mayer */ -class LocationDialogUiImp : public LocationDialog +class GuiExport LocationDialogUiImp : public LocationDialog { public: template