From bb1add473979e816291fc4f871a9f965a228e8c4 Mon Sep 17 00:00:00 2001 From: wmayer Date: Sat, 21 Nov 2015 22:46:42 +0100 Subject: [PATCH] + Add export macro to Enumeration class --- src/App/Enumeration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App/Enumeration.h b/src/App/Enumeration.h index 9598366f7..5fb372464 100644 --- a/src/App/Enumeration.h +++ b/src/App/Enumeration.h @@ -51,7 +51,7 @@ namespace App * * \todo Implement lazy copy */ - class Enumeration + class AppExport Enumeration { friend class App::PropertyEnumeration; public: