Remove an unnecessary use of the LOOT_API definition

This commit is contained in:
Oliver Hamlet
2022-02-23 16:47:56 +00:00
parent 2df6ae43f6
commit 412f5f5e60
+1 -1
View File
@@ -40,7 +40,7 @@ public:
* The code for the default language assumed for message content, which is
* "en" (English).
*/
LOOT_API static constexpr const char* DEFAULT_LANGUAGE = "en";
static constexpr const char* DEFAULT_LANGUAGE = "en";
/**
* Construct a MessageContent object with an empty English message string.