From 09adc3f934ec1254bef86b3574ab9e06426a32ac Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Sun, 12 Feb 2017 13:01:31 +0000 Subject: [PATCH] Fix exporting MessageContent::defaultLanguage --- include/loot/metadata/message_content.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/loot/metadata/message_content.h b/include/loot/metadata/message_content.h index 0843f9db..d6b16e8e 100644 --- a/include/loot/metadata/message_content.h +++ b/include/loot/metadata/message_content.h @@ -39,7 +39,7 @@ public: * The code for the default language assumed for message content, which is * English. */ - static const std::string defaultLanguage; + LOOT_API static const std::string defaultLanguage; /** * Construct a MessageContent object with an empty English message string.