Fix exporting MessageContent::defaultLanguage

This commit is contained in:
Oliver Hamlet
2017-02-12 13:01:31 +00:00
parent 4ffd784d87
commit 09adc3f934
+1 -1
View File
@@ -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.