From 61ceaf3316bb60d28f7a64fac9a7d5e160187444 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 9598366f76..5fb3724645 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: